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
Is post back in asp.net?
Explain about asp.net state management?
What are the events that happen when a client requests an asp.net page from iis server?
Are cookies client side or server side?
What is a query string in a url?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Is it possible to change the index of primary key on table?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What's the use of response.output.write()?
What is advantage of code behind coding in ASP.NET?
How is the asp.net mvc architecture different from others? : asp.net mvc
What is the full meaning of asp.net?
What is app_code folder in asp net?
What’s the use of “GLOBAL.ASAX” file?
Is asp.net different from asp? If yes, explain how?