Click here to Skip to main content
15,908,909 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
Hi.
I have a ASP.NET screen.Which has following parametres
Node_ID=DropDownlist1<br />
Node_Name=TextBox1<br />
Dropdownlist2=Property_Names<br />
Dropdownlist3=Property_Values<br />
Button1=Save<br />
Button2=reset


I need a sql quiry for save buton. when parameter is selected.The current slected value should be saved in the data base.My data base is MS SQL.Please

Regards
Posted
Updated 7-Sep-11 20:46pm
v4
Comments
nagendrathecoder 8-Sep-11 2:44am    
Do not repost your question.
Prerak Patel 8-Sep-11 2:47am    
Reposting will not help. Try what is suggested in previous answers.

1 solution

You can do this simply using insert query.But for that you need to learn basics of ADO.net first. Start from HERE[^]

hope it helps :)
 
Share this answer
 

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