FindControl Problem
ASP.NET
4
Posts
2
Posters
0
Views
1
Watching
-
Hi , I m finding Hyperlink Control , which is in Datalist , and this datalist is in GridView . Is it right HyperLink H1 = (HyperLink)(This.Page.FindControl("Hyperlink1")); i write this code in page_load .
-
Hi , I m finding Hyperlink Control , which is in Datalist , and this datalist is in GridView . Is it right HyperLink H1 = (HyperLink)(This.Page.FindControl("Hyperlink1")); i write this code in page_load .
-
but i have to find it on a page_Load . Any other method 4 that .
-
but i have to find it on a page_Load . Any other method 4 that .