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 do you design a website with multilingual support in ASP.NET ?
What is the difference between the response.write() and response.output.write() methods?
What is server transfer?
Are xaml file compiled or built on runtime?
How can u debug your .net application?
What is the difference between visual basic and asp.net?
What are the new features implemented in ASP.NET?
What is Web API?
Where is asp.net session stored?
what is command line compiler.what are the steps and how it is related to debugging.
Can you explain page lifecycle in net?
Can a .net web application consume java web service?
How use Xml data in ASP.net?
What can you do with asp.net?
Differentiate between namespace and assembly.