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 the maximum number of classes that can be contained in one dll file?
What is manifest in .net framework?
What is the size of Get method and how much data it can store?
What are web beacons used for?
How can exception be handled with out the use of try catch?
Explain how can we inherit a static variable?
Out of ASP or ASP.NET which one is stateless?
What are the disadvantages of asp.net?
Do you know caching feature?
Where viewstate value is stored in asp.net?
Can one dll file contains the compiled code of more than one .net language?
What is the exact purpose of http handlers?
What are uri parameters?
Which tool you have done?
Which validator control you use if you need to make sure the values in two different controls matched?