Hi I bound in my gridview, OnRowCreated event to each row following javascript code
e.Row.Attributes["onclick"] = ClientScript.GetPostBackClientHyperlink(this.GridViewCategory, "Select$" + e.Row.RowIndex);
And now my question is how can I retrieve this rowIndex in postback?
Handle the SelectedIndexChanging event