I have two aspx pages, PageA and PageB. I want to find all the controls of PageB in the code behind of PageA without loading PageB. How can i achieve this?
[EDIT]
I have designer like page which lists all the controls of another selected page.Here i can select an item from a list and add properties or assign css class.