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 the purpose of asp.net?
What does a switch do?
Explain security types in asp.net?
What is AutoEventWireup attribute for ?
Explain the difference between authentication and authorization.
how to debug web services on consumer side?
What is different authentication mechanisms used in ASP.NET?
What are the different authentication modes in asp.net?
What is sta?
What is boxing and unboxing in asp.net?
What are the differences between code behind and code inline?
How do http sessions work?
Is it true that a Web service must be written in .NET or not?
What is ispostback method in asp.net?
WSDL means?