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
In which event are the controls fully loaded?
What is application variable in asp.net?
What is the use of dispose method?
Difference between web user control and web custom control?
How tooltip is set through code-behind in ASP.NET?
What is event in asp.net?
What are session state modes?
What are resource file and how do we generate resource file?
What are the HTML server controls in ASP.NET?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
What is active web page?
What is difference between view state and session state?
How we implement web farm and web garden concept in asp.net?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What is the default timeout for a cookie?