Joomla!(TM) Development Services | Portland, OR | Social Media Services - Salyris Studios
Check them out pretty awesome studio! :)Joomla!(TM) Development Services | Portland, OR | Social Media Services - Salyris Studios
9:57 AM 3 Comments
6:55 PM 0 Comments
int rowIndex = Convert.toInt32(e.CommandArgument);
Source: http://www.daniweb.com/web-development/aspnet/threads/363842/how-to-get-rowindex-of-gridview-using-datakey-obtained-in-rowcommand
GridViewRow row = (GridViewRow)((LinkButton)e.CommandSource).NamingContainer;
int rowIndex = row.RowIndex;
© Copyright 2014 William Arends - Random Code Blog |
3 comments: