.Net mobile interview questions, .Net mobile job faq

.NET Mobile applications - Steps to develop mobile applications using MMIT: a) Start with a new ASP.NET page.......
How does .NET Mobile work? - Sequence of steps for MMIT application execution: a) A mobile client requests for a webpage......
.NET Mobile components- Prerequisites for MMIT: Windows 2000/2003/2008R2 server with IIS, ASP.NET Framework....
Mobile web application - Developing a mobile application is as simple as building any website using ASP.NET.......
.NET Mobile example - Output for a WAP Enabled Mobile device, Output for a Pocket PC....
.NET Mobile Emulators - Applications built using MMIT can be tested and viewed using a variety of emulators.....
.Net Mobile Pages - .NET Mobile pages are similar to ordinary .NET Webpages. only difference being the tag.....
.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.
.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 - The element enables a user to navigate between 2 forms in a page. Eg:.....
.NET mobile controls features: Build web pages for many types of mobile devices instead of targeting specific ones......
.NET Mobile Events - .NET mobile controls expose events which are device independent. They have an object model with programmable properties, methods and events....
.NET Mobile input controls - .NET provides a variety of input controls to enable interaction form the user:...
When the numeric attribute of the textbox is set to true it accepts numeric numbers only.....
Password attribute in .Net Mobile - When the password attribute of the textbox is set to true, it acts as a password input box....
TextBox and TextView controls of .NET Mobile - The textbox control in .NET mobile application is used to display a single line of text, whereas, a textview control.....
.NET Mobile input validation - Validation controls are used to validate an input control. They provide a message if the validation fails on the control.....
.NET Mobile list - There are 2 types of lists: The selectionlist control supports drop down lists, check boxes and also radio buttons.....
.NET Mobile SelectionList Control - The selectionlist control supports drop down lists, check boxes and also radio buttons.....
Various mobile devices have different displaying capabilities. The Image control enables developers to specify different types of images fir different devices...
.NET Mobile utility controls - NET mobile has a variety of utility complex controls:...