ASP.NET and C# get combo box value?

cthulhu

New member
How do i get the combo box value from my web-form and insert it into Database with SQL?
(For example country name from countries combo box)
In other words.. How can i store the selected value in combo-box in variable ?
(I tried Reuqest.Form["countries"] but no success)
Request.Form["countries"] *
 
Back
Top