Hi guys,
I've developed a web application divided in different areas, every area have its own namespace and many aspx pages.
In one of these areas now I've to display a list of every pages contained in the other areas and the list of the controls every page contains.
I know I can have a list using the controls collection but my problem is how to create the "webform1" object in order to have the control list.
I can't make a table containing all the webpages and I can't force the object name to be the same of the aspx filename.
How I can show to the user a list containing "webform1.aspx, webform2.aspx,..." and when a user select webform1.aspx create the object Myform1 in order to use Myform1.Controls collection?
I hope to have explained the problem, thank you in advance.
Stevie B. Gibson
I've developed a web application divided in different areas, every area have its own namespace and many aspx pages.
In one of these areas now I've to display a list of every pages contained in the other areas and the list of the controls every page contains.
I know I can have a list using the controls collection but my problem is how to create the "webform1" object in order to have the control list.
I can't make a table containing all the webpages and I can't force the object name to be the same of the aspx filename.
How I can show to the user a list containing "webform1.aspx, webform2.aspx,..." and when a user select webform1.aspx create the object Myform1 in order to use Myform1.Controls collection?
I hope to have explained the problem, thank you in advance.
Stevie B. Gibson