Hello ,
I am creating and asp.net application . In which there are few controls like Radiobutton list and Checkbox list .. In selectIndexChanged method,It is working fine with Autopostback=true. It is working fine in asp.net ...
But how can I implement same thing using JavaScript.. How can I call SelectIndexChange Function from Java Script on change event ..
Any suggestion will be helpful.
Thank you :)