Answer Posted / skmdali786
Grid View Supports Selection, Editing, Sorting And Paging
DataList Can't support Sorting and Paging but Support
Selection and Editing.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What does a switch do?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
List some of the important session state modes of asp.net.
What are the security types in ASP/ASP.NET? Different Authentication modes?
How to unit test Web API?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
What methods are fired during the page load? Init()
Define caching.
How long the items in ViewState exists?
Define the steps to set up validation control.
Can I read the hard disk serial # of the client computer using asp.net?
Why and where this web.config file is used?
Explain Life cycle of ASP.NET page when a request is made.
How do you secure your connection string information?
Fetch one page value to another page without using state-managment ?