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


Please Help Members By Posting Answers For Below Questions

What is a Cookie? Where is it used in ASP.NET?

608


What is Bundling and Minification in MVC?

578


How do I force the dispose method to be called automatically, as clients can forget to call dispose method?

506


To display data in a Repeater control which template you provide?

586


Why asp.net is better than php?

490






What is the parent class of all the web server control?

483


What are the properties of the eventargs argument when capturing keyboard events?

539


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

510


Explain the difference between codebehind="mycode.aspx.cs" and src="mycode.aspx.cs"?

530


What is session start?

518


When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?

589


What is the use of HttpHandlers? When to use this?

623


What is a response cookie?

606


What are the options in ASP.NET to maintain state?

615


What is the used of "ispostback" property?

565