Answer Posted / surabathina
ASP.NET mobile controls provide pagination, which
automatically separates the content in your form into
smaller groups of rendered content. When you use
pagination, these groups of content are automatically
formatted to fit the target device. The form also renders
user interface (UI) elements that you can use to browse to
other pages.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
To redirect the user to another page which method do we use without performing a round trip to the client?
What are the Types of session management in ASP.NET
Diff between web user control and web custom control?
How can you identify that the page is post back?
What are the contents of cookie?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Differentiate between globalization and localization.
What is session and application variable in asp net?
Is asp.net core faster?
Explain the function of new view engine in asp.net? : asp.net mvc
Explain method to handle error using HttpError in Web API?
What are the different types of cookies in asp.net?
What is a web farm?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is a windows service?