ASP.NET Dropdownlist
Hi,
Can I make an asp.net dropdown list fire a clientside javascript function upon changing the value from the list followed by a serverside selectedindex_changed event.
I tried giving a onchange() attribute, while Autopostback was true. Only the javascript seems to work, but the postback doesn't happen. Once I remove the attribute, the postback works.
Can't both work one after the other. Something like a button which has its causesvalidation=false & yet it's serverside works after completing its javascript part.
TIA
Praveen
|