I have done tons of googling and been working on this issue for days and now im really frustrated.
I am using a template program to generate a template and it uses mater pages and usercontrols to piece it together. My problem is accessing controls inside of the user control on page load. I found a method that can find the controls after the page has already loaded but I need it to change the text during page load. From what I have read, working with this program is difficult because it lacks support and documentation but it is amazing for design. How can figure out what the "control path" is that I have to work my way down to in order to access the code. I will show you what I am doing now and the method and also another way of doing it during loading that looks to be working but I am getting an error at the point I am supposed to find the control I actually need.
//This class can find any control I need except during page_load. ...
Go to the complete details ...