Hi -
I want to list all the controls of a page(user input) from a webpages. Both the pages are a part of same web application.
I tried below method, but it is failed. Please help
object runTimePage = BuildManager.CreateInstanceFromVirtualPath(PATH, typeof(Page));
Eventhough it is creting an object of the page, none of the controls are not loaded in to this object. How can I load all child controls in it.
Thanks
Roshan