pointing footer in gridview like gridviewrowSreekanth Reddy10yAsked Jan 22, 2016, 3:57 AM783.NETTextBox txt = (TextBox)sender; GridViewRow row = (GridViewRow)txt.NamingContainer; Instead of GridViewRow, i NEED with FooterRow.
Replies
Know the answer? Post it — somebody with the same question will find it here.