Tuesday, August 6, 2013

how to find a control inside gridview

To find a lable placed inside an item template, use the following line of code

Dim lbl As Label = e.Row.FindControl("lblName")

No comments:

Post a Comment