How to find Control in TemplateField of GridView?
How does FindControl method works if I need to find any Control which is inside GridView Template, more specifically ItemTemplate?
How does FindControl method works if I need to find any Control which is inside GridView Template, more specifically ItemTemplate?
This is my markup of GridView.