Hi All,
I have a drop down list that fires an OnSelectedChanged event. I have server-side handler for that event. It works fine when I do not make this a required field. If I make this a required field by using RequiredFieldValidator and hit the submit button without selecting a value for all subsequent clicks, the event handler does not get called. If I remove required field validation, it works fine.
Can someone point me in the right direction? What am I missing?
Thanks!