Pages

Wednesday, 18 July 2012

Setting selectedValue for a cascaded drop down control

If you are using the ajax control toolkit control, cascaded drop down. You might need to set up the selected value saved at your last save. To do that instead of setting the selected value of the drop down list you have to set the selectedValue for the cascaded drop down control.

eg. cascadedDropdown.SelectedValue = "Value"