What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0
Answer Posted / sunil
In my opinion, if your purpose is to manually load and retrieve data from
cells and controls inside the cells, I would recommend you still use the
DataGrid control, it's still supported in ASP.NET 2.0. If you want to try
the new and powerful data-binding feature of data source objects (such as
SqlDataSource, ObjectDataSource), I would recommend you use the GridView
control.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Explain how cookies work.
What does asp in asp.net stand for?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
In which event of page cycle is the viewstate available?
Write a code for passing ArrayList in Web API?
Explain the difference between the web config and machine config.
What is razor? : asp.net mvc
Is asp.net easy to learn?
What is server side in asp.net?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
What is a viewstate?
How can we communicate with each server in N-tier Architecture? and what are the methods?
Disable Mouse right click on web page in asp.net?