formview finding control
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
HI, i have a formview with an itemtemplate that contains a table and a number of rows and columns. There is a label control in here that i want to assign a value at runtime. i have tried Label lbl=formview.findcontrol("labelname"); but the lbl is never found , possible because of the table. i need the table because i want to show data in different 4 columns making up three rows... how would i find this control and assign it the value thanx
haseeb