Types of gridview in asp.net using C#
types of gridview in asp.net using c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Apr 5, 2012, 7:55 AM
Are you talking about similar kind of data controls in asp.net?
If yes then
1) GridView control
2) DataList Control
3) Repeater Control
4) DetailsView Control
5) FormView control
6) ListView control.
These are the data controls in asp.net. Earlier versions of asp.net (before 2.0) the GridView were called as DataGrid.
If you want to know about GridView control then
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.aspx
If you want to know about the data controls in ASP.Net then
http://msdn.microsoft.com/en-us/library/cc295567.aspx
selvi subramanianPosted Apr 5, 2012, 7:58 AM