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
How many types of triggers are there in update panel?
When was asp.net released?
How can we use Web API with ASP.NET Web Form?
What is server components?
What are session state modes? List some of the important session state modes of asp.net.
Explain Optimization technique description?
What is the use of placeholder control?
What are validator? Name the validation controls in asp.net? How do you disable them?
Define reflection in .net?
How can you use a custom controls in ASP.NET application?
What is custom events? How to create it?
What is parse in asp.net?
Explain the concept of View Model in MVC?
In the Repeater control which way you can edit?
What is cookieless session id explain in brief?