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
What does session_start () do?
Describe the events in the life cycle of a web application.
What is Pre-Render event in ASP.NET?
What is the function used for removing an event listener?
To redirect the user to another page which method do we use without performing a round trip to the client?
What is Web API Routing?
Any disadvantages in Dataset and in reflection ?
How can we identify that the page is post back in asp net?
How does a web application session work?
Which protocol is used in a web api?
What is inproc mode in session?
Why do we use sessions?
What does asp in asp.net stand for?
What is gridview in asp.net?
Define tracing.