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
How can we pass info between 2 asp.net pages?
What is the difference between trace and debug in asp.net?
Define globalization and localization.
Describe the difference between inline and code behind - which is best in?
How many types of validators are there in asp net?
What is the difference between equals() and == in c#?
What is http protocol and how it works?
What is postback pixel?
What does the hotspot class in .net do?
How does viewstate work?
Which is better viewstate or session?
in which protocol ASP.NET WEB API Work?
What is a swagger in web api?
what is DLL Hell and how it is solved in .NET? please explain clearly??
Explain what is an abstract class?