GridView SelectedIndexChanged event
I have a CommandField column in a GridView with the ShowSelectButton property set. PostBack events fire after Loading in the page lifecycle and before PreRender. When clicked the SelectIndexChanged event fires. But it fires twice where it should be only once as you would expect. Is it firing once on the client and again on the server? Do you have to suppress one of the firings? Thanks for your feedback.
|