xtremeLogic
Programmer
Hi,
I am not that familiar with creating templates in .NET. I wanted to have a standard header and footer to show on every page. After doing some research I came across a pretty good page template control:
I have implemented this and am able to get the template working. However, I have server controls in my header portion (ie. linkbuttons, labels, etc.) that I would like to programmatically access and change their properties in any page. My problem is that I can't seem to be able to access any of server controls from any page. What is the correct way of accessing server controls which reside within user controls?
Any help would be greatly appreciated.
Thanks
I am not that familiar with creating templates in .NET. I wanted to have a standard header and footer to show on every page. After doing some research I came across a pretty good page template control:
I have implemented this and am able to get the template working. However, I have server controls in my header portion (ie. linkbuttons, labels, etc.) that I would like to programmatically access and change their properties in any page. My problem is that I can't seem to be able to access any of server controls from any page. What is the correct way of accessing server controls which reside within user controls?
Any help would be greatly appreciated.
Thanks