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
Explain http handlers? Where we can use the http handlers?
Explain the features that make asp.net more used framework? : asp.net mvc
What is asp according to you?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
Explain the use of view state?
Explain what are delegates?
Differentiate strong typing and weak typing
Which dll handles the request of .aspx page?
What does it mean your session has timed out?
What are Master Pages in ASP.NET?
What is Web Server Control Templates.?
What is autopost?
What are validator? Name the validation controls in asp.net?
What is the use of view state?
How does ASP.NET framework maps client side events to Server side events.?