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 save recoreed in the database

Answer Posted / y.gangi reddy

SqlConnection cn = new SqlConnection("user id=sa;pwd=xxx;database=yyy;data source=.");
SqlDataAdapter da = new SqlDataAdapter("select * from tablename", cn);
DataSet ds = new DataSet();
da.Fill(ds, "tablename");

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the property which of menu cannot be set at run time?

1117


Name the class to be inherited for creating a custom control.

1037


Which property of the errorprovider control automatically sets to the form to which?

1015


What is a windows based application?

1034


What is the difference between the add() and insert() methods of a listbox control?

1080


What is form application?

1026


Which dialog box allows users to switch to another area of the application?

1092


What is window form application?

1000


How many navigational features are provided by visual studio.net ide?

1087


Explain how to split a column header in gridview using c#.net?

1040


What are the different cloud platforms?

1016


Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?

1039


How do you apply specific formatting to the data inside the cells?

2380


Name the two main categories of .net components.

1004


Are windows forms still used?

1121