Get DataKeyName value on rowcommand and rowdatabound event in asp.net
Simplest way to get Datakeyname Value on rowcommand and rowdatabound event in asp.net < asp : GridView ID ="Grd" runat ="server DataKeyNames ="rowid , Status , Sender , sscalltime" onrowcommand ="GridINfo_RowCommand" onrowdatabound ="GridINfo_RowDataBound"> < Columns > < asp : TemplateField ItemStyle-Width ="120px" > ...