Hi all,
If I change the selected value of a dropdown server control on client
side, is there any way to force the serverside Selectedindexchanged
event? (if the user clicks on the dropdown and selects a value, the
codebehind event fires, but if the value is changed via javascript, it
doesnt. I tried __doPostBack, but it posts entire form back and fires
all the validation check.
How can I achieve firing of server side event via javascript?
Any help is appreciated.
Thanks,
Mahesh
Robert Burdick [eMVP] - 27 Oct 2005 00:12 GMT
The event code is server side code. Javascript would thus need to submit the
form in order to make this happen.
> Hi all,
> If I change the selected value of a dropdown server control on client
[quoted text clipped - 9 lines]
> Thanks,
> Mahesh