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
Elaborate differentiation between Cache and Application?
Explain what are webservices?
How does the service stream content?
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
WSDL means?
What are server activated objects?
What are the advantages and limitations of query string?
What are the types of validation in asp net?
Where viewstate value is stored in asp.net?
Explain how can you debug your .net application?
What is __ requestverificationtoken?
What are the disadvantages of using session?
What is asp.net file?
Describe a Windows Service and its lifecycle ?
If you are using components in your application, how can you handle exceptions raised in a component?