hi my dear friends
My Pages Base on Master And Content Pages And In Content Pages I have multiviews And inside Multiviews I have RadComboBoxes.
two of my radcomboboxes are parent and child like country and city dropdowns... therefore in codebehind i put some codes in the OnSelectedIndexChange event of Parent RadComboBox for filling it's child - I used a hidden field for country id and sql datasources(stored Procedures)...
meantime parent and child combo boxes are in an update panel
for doing this job i set the autopostback property of parent combobox to true... but i do not want that autopostback=ture because of some focus problems that i coded with jquery
so i want convert OnSelectedIndexChange event in codebehind to a method and call it in jquery(in change event or something like that of parent combobox)
how can i do this job? best regards