I have a Grid populated with data. I would like to capture a row selection server event (OnSelectedIndexChanged). There is no postback during row selection. The event event is fired upon the next postback (button click, etc...).
This should be easy, but I cannot get it to work. Any pointers on how to get a postback right after row selection?
This should be easy, but I cannot get it to work. Any pointers on how to get a postback right after row selection?