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
How to turn off cookies for a page?
What do you mean by serialize?
Explain ViewState?
What is the difference between a candidate key and primary key?
What is the part of url?
Explain the advantages of asp.net.
What is viewstate parameter?
What is the Intermittent crashing of application in production?
What is the parent class of all web server control?
How can we use Web API with ASP.NET Web Form?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Where is http session stored?
Which of the following .NET framework supports Web API?
How do you implement postback with a text box?
What are the new features implemented in ASP.NET?