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 query string in asp.net?
What is difference cookie and session?
What is server components?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
Contrast OOP and SOA. What are tenets of each ?
How can we identify that the page is post back in asp net?
Which method do you use to kill explicitly a users session?
Explain the differences between managed and unmanaged code?
What is the difference between dispose() and finalize()?
Explain significance of routing? : asp.net mvc
State differences between MVC and WebAPI
Do gac'ed assemblies have fulltrust?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is different authentication mechanisms used in ASP.NET?
What do you mean by authentication?