I am trying to get the selected row of the GridView, and I know that I should be able to get that information based on the
OnSelectedIndexChanged event. Whenever I click on the row, the event
does not fire .
If I
Remove the crystal report from that webpage then SelectedIndexchanged event will be fired and execute successfully.
But I want to fire the event with crystal report .. What should I do?
Please Help?