Always follow the hierarchy of page while using Find Control...
as a new dynamic control may be placed in any placeholder..
so while finding for the new dynamic control...follow the following hierarchy:-
this.placeholder1.FindControl();
as a new dynamic control may be placed in any placeholder..
so while finding for the new dynamic control...follow the following hierarchy:-
this.placeholder1.FindControl();
No comments:
Post a Comment