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...

i want 2 pass values(enterd in textbox)to table in sql
server without using stored procedure in c#.plz tell me
code with an example.

Answer Posted / srinivas shahukaru

we havwe differnt ways to pass data to back end .we can pass
data in dis way also
cmd.Command Type=CommandType.Text;
then we can pass values values using inserrtquery in sql
server... insert into tablename values ('textbox1.text,...);

Is This Answer Correct ?    8 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which method is used to sort the data in ADO.Net?

2024


What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

1105


Difference between sqlcommand and sqlcommandbuilder?

1188


Is ado.net dead?

1058


What is the default timeout specified for "sqlcommand.commandtimeout" property?

1104


Which is faster sqldataadapter and sqldatareader?

978


how Sequence to connect and retrieve data from database using dataset?

1353


Compare Data Reader & Dataset in ado.net?

1046


What is the role of the dataset object in ado.net?

1148


What provider ado.net use by default? Explain the role of data provider in ado.net?

1020


What we do with the object of ado.net dataset after using it?

1118


If we are not returning any records from the database, which method is to be used?

1368


How to store data in memory?

991


How can we add relation between tables in a dataset?

1044


What is ado.net object model?

1028