Re: Mobile Web Forms

From: JuanDG (jdgx_at_hotmail.com)
Date: 08/27/04


Date: Fri, 27 Aug 2004 15:12:52 -0500

It may not be "the best way", but as far as I know it's "the only way".

cHTML, xHTML, WML, HTML (which are the Markups supported by MMIT) all have
the same syntaxes for defining tables, although some WML devices don't
render tables, but they are very few (and very old too!!!)

so the solution I came up with, was constructing a simple table around the
controls like this:
 <table>
           <tbody>
                   <tr>
                       <td><Mobile:Command
runat="server">Command</Mobile:Command>
                            </td>
                        <td><Mobile:Command
runat="server">Command</Mobile:Command>
                        </td>
                    </tr>
                </tbody>
            </table>

hope it work for you, if not, let me know the specific case so we can figure
out something!!

--
Juan David Gomez A.
Microsoft Certified Professional
Analista de Desarrollo - PSL S.A.
Web and Wireless Banking
Medellin - Colombia
"The Bear" <buck_roggers@hotmail.com> wrote in message 
news:V8rXc.47481$UTP.17620@twister01.bloor.is.net.cable.rogers.com...
> There has got to be a way to put to controls on one line for Mobile Web
> Forms. If you know can you help.
>
> T.B.
>
> 


Relevant Pages

  • Re: GPRS enabled site
    ... I have talked to the mobile company ... I have managed to open the page using an N70 on a 3G connection. ... However the N70 is capable of viewing html pages, ... something to do with the wml syntax you have used, I did dabble with wml a few ...
    (uk.telecom.mobile)
  • Re: How to make my web site to be viewed from cell phone?
    ... You can't "convert" from HTML to WML ... > viewed at the same web site both from PC and cell ... >>> Is there a way to make a web site to be viewed from cell phone? ...
    (microsoft.public.inetserver.iis)
  • Re: GPRS enabled site
    ... returns the error "Bad answer from origin server". ... I have talked to the mobile company ... However the N70 is capable of viewing html pages, ... something to do with the wml syntax you have used, I did dabble with wml a few ...
    (uk.telecom.mobile)
  • Re: WML (was Re: Looking for a good web-site development tool(set))
    ... In article, Moritz Franosch wrote: ... preprocessing tools available besides WML? ... because just static HTML is generated (or whatever you want it to ... Thanks much for your helpful responses. ...
    (comp.os.linux.development.apps)
  • Re: Inserting XML that contain content controls
    ... Content Control markups when WML is inserted in the document. ... Controlâ??s tags even the selected range contains content controls. ... Ultimately we want to store off some WordML (XML) that includes some content ... This reply is posted in the Newsgroup; please post any follow question or reply ...
    (microsoft.public.office.developer.office.sdks)

Loading