Answer Posted / anand
usuing data.sqlclient;
---code----
sqldataadapter da=new dataadapter();
dataset ds=new dataset();
da.fill(ds);
da.update(ds)
or we cause to solve problem as--
public override int Update(
DataSet dataSet
)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is server side session management?
What is the base class from which web forms are inherited?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
Can I read the hard disk serial # of the client computer using asp.net?
What is the difference between CLICK and MOUSE DOWN Event ?
What do you mean by marshalbyref?
When you are running a component within ASP.NET, what process is it running within on Windows XP? Windows 2000? Windows 2003?
List the major built-in objects in asp.net?
Describe the diffeerence between inline and code behind?
Is asp.net web forms dead?
What is the difference between session and viewstate in asp.net?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is a postback in asp net?
What is a postback url?
How many types cache in asp net?