On-The-Fly ASPX

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Does anyone have a clue how to create a page during runtime?

I am developing a web control library. The control I am developing within it
presently will need to present the user with a modal dialog page. However,
the page will not exist until the users interaction calls for it.

So in this case I can not create an aspx page with its code behind at design
time.

Any help or clues would be great!
 
Saying that you can't create a modal dialog page with its code behind at
design time is like saying that when you're building a Windows Forms app,
you can't create a modal dialog form with its code at design time. Of course
you can.
However,
the page will not exist until the users interaction calls for it.

No page exists until the user's interaction (Request via browser) calls for
it.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
Back
Top