/ Published in: C#
Expand |
Embed | Plain Text
LinkButton lbStatus = (LinkButton) sender; GridViewRow row = (GridViewRow)lbStatus.Parent.NamingContainer;
You need to login to post a comment.
LinkButton lbStatus = (LinkButton) sender; GridViewRow row = (GridViewRow)lbStatus.Parent.NamingContainer;
You need to login to post a comment.