Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HTML
<table align="center" bgcolor="#CCCCCC" width="80%">


HTML
cmd = new SqlCommand("INSERT INTO [Login]([User_ID],[Password],[username],[email],[gender],[DOB],[Qualification],[Designation],[ContactNo],[Address]) VALUES ('" + txt_userid.Text + "','" + txt_Password.Text + "','" + txt_Name.Text + "','" + txt_emailid.Text + "','" + rbl_Gender.SelectedValue + "','" + txt_DOB.Text + "','" + txt_qualification.Text + "','" + txt_Disignation.Text + "','" + txt_ContactNo.Text + "','" + txt_Address.Text + "')", con);


in this every every textbox does not exist in the current textbox.




I want correct solutions.
Posted
Updated 12-Mar-22 19:58pm
Comments
[no name] 25-Sep-13 7:55am    
first of all be clear with question.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900