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 displayafter property in updateprogress control?
What are Caching techniques in .NET
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
Explain the concept of View Model in MVC?
What is the use of execute non query in asp.net?
How do we access view state value of this page in the next page?
Explain the difference between Repeater and Data list control in ASP.NET?
Write a code for sending an email from asp.net application.
What is difference between inproc and outproc?
What is autopostback true?
What are the page life cycle events?
How can we Validate a Controls in ASP.NET page using JavaScript?
Explain about the Class view window?
Explain the difference between response.redirect vs server.transfer
Which is an advantage of application service providers?