Answer Posted / rahul singhal
it is a server side control to display, edit delete data. it
shows complete data from ur data table in a table format. in
datagrid u can simply modify, delete data with the help of
programming
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How to read data with the sqldatareader ?
Which object needs to be closed?
What is ado or jdbc?
how Sequence to connect and retrieve data from database using dataset?
What is disconnected architecture in ado.net?
How can we check that some changes have been made to dataset since it was loaded?
Define ado.net?
Which ado.net object is very fast in getting data from the database?
What does executereader return?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
How to maintain the relation between two tables in ADO.NET?
What is dataset and datatable in ado.net?
What is aggregate root?