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
Can you explain the basic use of dataview?
What’s the difference between response .redirect and server.transfer?
How many types of state management are there in asp net?
How long should a session id be?
What is difference between web config and global asax?
Explain different types of Caching techniques in ASP.NET?
What is Dynamic Web and discuss its usage with the help of real life examples?
Explain the difference between web user control and web custom control?
How do you remove duplicates without using remove duplicate stage?
What is asp.net localization?
Define the term Web Garden?
How to retrieve user name in case of Window Authentication?
Difference between .NET and previous version?
What is difference between or and orelse?
What is the difference between application state and session state in asp net?