What is the method used to load generated dataset with data
on the DataAdapter control ?
Answer Posted / anil
if sqldataadapter=sda;
and ds=dataset
then use sda.fill(ds);
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is virtual directory in asp.net?
What is the difference between response.redirect and server.transfer?
What is intrinsic objects in asp.net?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
When should I use server transfer and response redirect?
What is meant by asp.net?
What is microsoft windows sharepoint services?
How does the iis work?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
Define a web service in .net?
Write a code snippet to implement the indentation in json in web api.
what is publisher?
How can you handle errors in Web API?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
How do u deploy your asp.net application?