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
What are the disadvantages of using session?
Where you store Connection string in "Web.Config" file in ASP.NET?
How many types of sessions in asp.net?
What is the difference between CLICK and MOUSE DOWN Event ?
What are user controls?
Which is better php or asp.net?
What is viewstate parameter?
What is client side state management?
What is the difference between globalization and localization?
What is a web farm?
How many types of session state management options available in asp.net?
Define xmlvalidatingreader class.
What is the size of Get method and how much data it can store?
How would you get asp.net running in apache web servers? Explain it's limitations.
Does google crawl redirects?