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
Will the asp.net validators run in server side or client side?
Explain what is event bubbling?
How many types of cookies are available in asp?
What is Forms Authentication in ASP.NET?
Differentiate between file-based dependency and key-based dependency.
How do you do Client-side validation in .Net?
Differentiate between client-side and server-side validations in web pages.
How many types of cookies are there in asp.net?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Define machine.config in .net?
What is considered a service provider?
How Session outproc in Sqlserver stored?
What are the built-in objects in asp.net?
is gateway for sms continue connected for sending sms.how?
Differentiate between a hyperlink control and a linkbutton control.