L
Lloyd Dupont
I want to create an image chooser popup window.
The popup window/frame is easier to define as an .aspx but I don't know how
to compile this .aspx.
Create a whole Page by code is quite cumbersome, is there a class to parse
an .aspx and transform it into a Page
instance?
(so I just embed the .aspx in my library, and when my HttpHandler is called,
I create a Page instance and forward the HttpRequest to it)
The popup window/frame is easier to define as an .aspx but I don't know how
to compile this .aspx.
Create a whole Page by code is quite cumbersome, is there a class to parse
an .aspx and transform it into a Page
instance?
(so I just embed the .aspx in my library, and when my HttpHandler is called,
I create a Page instance and forward the HttpRequest to it)