Mobile Web Forms
Messages   Related Types
This message was discovered on microsoft.public.dotnet.framework.aspnet.mobile.

Post a new message to this list...

The Bear
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 to this message...
 
    
JuanDG
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" <Click here to reveal e-mail address> wrote in message
news:V8rXc.47481$Click here to reveal e-mail address...
[Original message clipped]

Reply to this message...
 
 




Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com