dropdownlist value

  • Thread starter Thread starter Viktor Popov
  • Start date Start date
V

Viktor Popov

Hi,
I'd like to ask how could be taken the value from DropDownList and to
appropriate it to
cmd.Parameters["@CITY"].Value = DropDownList1......

I know that it must be something like this above.

Could you help me!
 
Back
Top