How to embed an .aspx page in a WebControl library?

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)
 
L

Lloyd Dupont

never mind, after much reflection I realize it can't be done nice, I have to
use code only!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,262
Messages
2,571,051
Members
48,769
Latest member
Clifft

Latest Threads

Top