C
Cheng
hi
i have adding a label in the headertemplate of a datagrid
i have write the code to find it;
//my code
Label lbl = (Label) DataGrid1.FindControl("myLabel");
but i can't find it
what is the right method that i can find it?
thank you
i have adding a label in the headertemplate of a datagrid
i have write the code to find it;
//my code
Label lbl = (Label) DataGrid1.FindControl("myLabel");
but i can't find it
what is the right method that i can find it?
thank you