Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to update data set?

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


Please Help Members By Posting Answers For Below Questions

Is post back in asp.net?

1004


Explain about asp.net state management?

1082


What are the events that happen when a client requests an asp.net page from iis server?

1098


Are cookies client side or server side?

952


What is a query string in a url?

1033


What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?

1176


Is it possible to change the index of primary key on table?

936


If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?

2531


What's the use of response.output.write()?

1310


What is advantage of code behind coding in ASP.NET?

1079


How is the asp.net mvc architecture different from others? : asp.net mvc

1070


What is the full meaning of asp.net?

1133


What is app_code folder in asp net?

1101


What’s the use of “GLOBAL.ASAX” file?

1145


Is asp.net different from asp? If yes, explain how?

1097