Answered by:
Data grid !

Question
-
In .NET, I wanna know wat are the functionalities and properties of datagrid. .Thursday, March 8, 2007 6:37 AM
Answers
-
Its a data bound list control that displays the items from data source in a table. The DataGrid control allows you to select, sort, and edit these items.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)Thursday, March 8, 2007 7:06 AM -
For more details, refer MSDN.comThursday, March 8, 2007 7:07 AM
All replies
-
Its a data bound list control that displays the items from data source in a table. The DataGrid control allows you to select, sort, and edit these items.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)Thursday, March 8, 2007 7:06 AM -
For more details, refer MSDN.comThursday, March 8, 2007 7:07 AM
-
CHECK IT IN GOOGLE DEARThursday, March 8, 2007 7:29 AM
-
its one of the way to output the available data either in a tabular form or through any other means...Thursday, March 8, 2007 4:31 PM