Microsoft .Net Mobile Question:
Download Questions PDF

What is .Net Mobile Forms?

Answer:

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

Download .Net Mobile Interview Questions And Answers PDF

Previous QuestionNext Question
What is .Net Mobile automatic paging?Explain .Net Mobile automatic paging?