Insertion from DropDownList
-
I fill a dropdownlist with values from a table's column. but when i perform an insertion operation into another table based on selected data from the dropdownlist, it only insert the first value of the dropdownlist and not the one i selected. How do i resolve this?
-
I fill a dropdownlist with values from a table's column. but when i perform an insertion operation into another table based on selected data from the dropdownlist, it only insert the first value of the dropdownlist and not the one i selected. How do i resolve this?
have u used Dropdownlist.SelectedValue property for gettiing the the data from the dropwornlist. U need to explain the problem more.
Bijay Bhaskar Deo Thanks & Regard
-
have u used Dropdownlist.SelectedValue property for gettiing the the data from the dropwornlist. U need to explain the problem more.
Bijay Bhaskar Deo Thanks & Regard
Yea! have used selectedValue property, but still pick the fisrt value and not the selected value during insertion. pls this only affect dropdownlist filled with values from a table and not that of hardcoded values
-
Yea! have used selectedValue property, but still pick the fisrt value and not the selected value during insertion. pls this only affect dropdownlist filled with values from a table and not that of hardcoded values