Search:
Namespaces
Discussions
.NET v1.1
Feedback
Mobile:Command
Messages
Related Types
This message was discovered on
microsoft.public.dotnet.framework.aspnet.mobile
.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...
Mathasu
Hi,
how can I put 2 mobile:command in the same row ?
With drag and drop all the objects are inserted one
under the other...
Thanks
Reply to this message...
JuanDG (VIP)
We have to read the rest of the posts, I replied to a question like this just
last week !!!!!
Juan DG
--------
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
"Mathasu" wrote:
[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