Answer Posted / subramaniam
Datatable which is used for holding a only one table data's
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you connect to sql server database without using sqlclient?
How to work with disconnected data - the dataset and sqldataadapter?
What is difference between Dataview and Datatable?
how we can fire event in databound coulm in datagfrid withot using button?
What are the major difference between classic ADO and ADO.NET?
Which method is used by command class to execute SQL statements that return single value?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
Does executenonquery return a value?
How would you connect to a database by using .NET?
What are disadvantages of microsoft-provided data provider classes in ado.net?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is typed dataset ?
How to create dynamic gridview?
Which is faster datareader or dataadapter?