Hi all, here's my scenario... I'm attempting to use FindControl against the PreviousPage property in my code-behind. However, since Im using Masterpages and the like, all my controls are renamed. Example, ddlMaxResults is now ctl00$discussionBoardGuts$ddlMaxResults. How can I reference this control...