Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Mobile / August 2004

Tip: Looking for answers? Try searching our database.

Mobile Web Forms

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
The Bear - 26 Aug 2004 20:49 GMT
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.
JuanDG - 27 Aug 2004 21:12 GMT
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

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

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.