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 do you understand from custom control?
What is the difference between custom web user control and a custom web server control?
how to write html code with ssl
What are the ways of preserving data on a Web Form in ASP.NET?
How asynchronous call can be implemented using delegates?
What parameters can you pass in the url of the api? Can get and post use the same url?
what is loosely coupled solution? How it can be used?
What do you mean by role-based security?
Explain the difference between the web config and machine config.
What are the types of caching in asp.net?
In a Repeater control how one can provide an alternating color scheme ?
Explain what is clr?
How many types of cache are there?
Is viewstate enabled by default?
What is caching? Explain.