.Net Mobile Forms

Describe .Net Mobile Forms

.NET Mobile Forms are specialized Web forms which can work on various mobile devices. Each Mobile Page must have at least one mobile form. A single mobile form can encapsulate multiple mobile controls in it. Compared to ASP.NET, a single mobile page can consist of multiple mobile forms.
<mob:Form id=”form1” runat="server">
         <mob:Label id=”lbl1” runat="server">Hello World</mob:Label>
</mob:Form>

<mob:Form id=”form2” runat="server">
         <mob:Label id=”lbl2” runat="server">Hello World2</mob:Label>
</mob:Form>
.Net Mobile automatic paging
.Net Mobile automatic paging - .NET mobile supports automatic paging for a variety of mobile devices. Paging is handled differently for different controls...
Link element in .NET Mobile with example
Link element in .NET Mobile - The element enables a user to navigate between 2 forms in a page. Eg:.....
.NET Mobile controls features
.NET mobile controls features: Build web pages for many types of mobile devices instead of targeting specific ones......
Post your comment