What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0
Answer Posted / sudhir kunnure
Gridview have More properties and events than datagrid.
Auto delete,Edit,auto column,rowbound,rowdeleteing and many
more.
Grid view is more user friendly than gridview.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is the used of "ispostback" property?
What are the advantages of using session?
What is the meaning of TestApi?
what is the difference between response.write() and response.output.write()?
How ASP.NET page works?
How to turn off cookies for a page?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
How does output caching work in ASP.NET?
Define managed code and managed data in .net?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What is protected configuration?
Where can I get information on cookies in asp.net?
What is the namespace to create thread in .net?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?