Answer Posted / kundal singh
DatasetAdapter sda = new DatasetAdapter("select * from
tablename");
Dataset ds = new Dataset();
sds.fill(ds);
ds.Tables[0].TableName = "tablename";
sda.Fill(ds, "tablename");
sda.Fill(StartIndex, Numbers, ds.Tables)
sda.Fill(0, 25, dt);
sda.Fill(25, 200, ds.Tables["tablename"]);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain difference between dataset and recordset?
What are the advantages of using Master Pages?
Using code explain Configuration Management
What are Session states available and its Uses?
What is diff. Between abstract class and an interface?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc
What are the differences between application object and session object?
what is command line compiler.what are the steps and how it is related to debugging.
What are the components of ado.net?
Explain what are webservices?
What is the difference between mechine.config and web.config?
How do u declare static variable and how it is declared and what is its lifetime?
What are the Types of state management techniques
is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
What is autopost?