M
maheshvd
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
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