HighTechTalks DotNet Forums  

Mobile Web Forms

ASP.net Mobile microsoft.public.dotnet.framework.aspnet.mobile


Discuss Mobile Web Forms in the ASP.net Mobile forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
The Bear
 
Posts: n/a

Default Mobile Web Forms - 08-26-2004 , 02:49 PM






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.



Reply With Quote
  #2  
Old   
JuanDG
 
Posts: n/a

Default Re: Mobile Web Forms - 08-27-2004 , 03:12 PM






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 (AT) hotmail (DOT) com> wrote

Quote:
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.





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.