Answer Posted / dinesh
Declaration : SqlDataAdapter da;
Instantiation : Dataset ds = new DataSet();
da.Fill(ds,StartingRecord,EndRecord,tablename);
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain what are the steps to connect to a database?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is ado asp?
What is difference between datatable and dataset?
Explain how to create dynamic gridview?
Do you use stored procedure in ado.net?
What is the default provider in ado.net?
What provider ado.net use by default? Explain the role of data provider in ado.net?
What are the important features of ado.net 2.0?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What are the advantages using ado.net?
How to retrieve the user id which is provided while windows authentication?
What is oledb driver?
Describe ado.net object model in detail.
Explain which name space is used to get assembly details?