What is difference b/w Data Grid in ASP.Net 1.1 and Gridview
in 2.0
Answer Posted / vdk
Gridview is the replacement in .net 2.0 for the datagrid.
the differences between them is >>sorting editing and
paging are the additional capabilities in gridview which
requires no coding while Datgrid requires the user
coding .Gridview has improved databinding using smart
tag.Additional column types and design time column
operations.Customised pager UI using pager
template.Customized paging support.
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What is the use of HttpHandlers? When to use this?
Is it possible to create web application with both webforms and mvc?
What are strong names?
Why is it preferred to not use finalize for clean up?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Explain managed code an un-managed code.
Which of the following .NET framework supports Web API?
Explain the use of fragment caching.
How to display Alert in ASP.NET
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is AutoPostback?
Define static function?
How to prepare culture-specific formatting in .net.
When should I use server transfer and response redirect?
What are the new features added from ASP to ASP.NET?