Dropdown binding in client side
-
i am using 2 dropdown controls, if the first dropdown's selected index changed time call a method and bind the values in client side, it is displaying fine in the second dropdown control, but while save click i am not getting the selected value from the second dropdown control, how can i solve the problem, also what is the property AutoPostBack will do in the dropdown control Thanks in Advance
-
-
i am using 2 dropdown controls, if the first dropdown's selected index changed time call a method and bind the values in client side, it is displaying fine in the second dropdown control, but while save click i am not getting the selected value from the second dropdown control, how can i solve the problem, also what is the property AutoPostBack will do in the dropdown control Thanks in Advance
-
Use a hidden field on form and in client script code put value into it (dropdown client onSelectedChanged event)
Mikail Çetinkaya . The C# DEveloper
-
i am using 2 dropdown controls, if the first dropdown's selected index changed time call a method and bind the values in client side, it is displaying fine in the second dropdown control, but while save click i am not getting the selected value from the second dropdown control, how can i solve the problem, also what is the property AutoPostBack will do in the dropdown control Thanks in Advance
-
-
Use a hidden field on form and in client script code put value into it (dropdown client onSelectedChanged event)
Mikail Çetinkaya . The C# DEveloper
if i put the hiddenfield means when the user changes the second dropdown i am not getting the value
-
-
if i put the hiddenfield means when the user changes the second dropdown i am not getting the value
-
Nope..I think he means that when the seecond dropdown value changed, you have to get the changed value and put it into hidden field << >>