How to get the value by using link button event in GridView
Dear All,
I have GridView & i binded CategoryID with DataKeyNames.
DataKeyNames="CategoryID"
I have link button in my GridView.
When i click that link button i need to get that row CategoryID.
Which event i need to write for this link button & how to do this?