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 Insert a TextBox value in to Sql database using C#
coding?

Answer Posted / ramachandraprabu

SqlConnection conn = new SqlConnection(strCon);
SqlCommand CmdSql = new SqlCommand("INSERT INTO Customers
(Firstname,Lastname,Address)Values('" + textbox1.Text
+ "', '"+textbox2.Test+"', '"+textbox3.Text+"')", conn);
CmdSql.ExecuteNonQuery();


\\If u use Html control we must use
textbox1.value
\\If u use asp.net controls we have to use
textbox1.text

Is This Answer Correct ?    51 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define transparent caching with aop?

1171


What is autopostback true?

1120


Explain serialization and deserialization?

1066


Explain the difference between the web config and machine config.

1083


How information about the user's locale can be accessed?

1104


What is ispostback property?

977


Define a multilingual website?

1017


can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?

2199


What are the main differences between asp and asp.net?

1102


Explain how viewstate is being formed?

1028


Explain the basic functionality of garbage collector?

1031


What r the asp.net list controls and difference between them?

1078


Explain the updatepanel?

1068


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

936


Explain what the contents of cookie?

1102