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 diff. Between abstract class and an interface?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Can you explain autopostback?
What are the different validators in asp.net?
What is mta?
What are the advantages and disadvantages of session?
What are the server controls in asp.net?
Can you dynamically assign a Master Page?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Why should i prefer JSP over asp.net or any other web development language..??
What does asp.net stand for?
Where code pages are used?
List the advantages and disadvantages of user control an custom control?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?