I have created a cascading dropdownlist using jquery and a webservice in my asp.net website. I have changed the EnableEventValidation="false". I am not getting the selected value which i am binding using jquery on save event.
This is the code I am using to select the value.
int stateid = Convert.ToInt32(ddState.SelectedItem.Value);
neither I am getting ddState.SelectedValue. Both are returning blank.