is this possible...

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

Guest

hey all,
i have a web page with a New button on it. When a user clicks the new button
would it be possible to create a new .aspx page for that user and the new
page be derived from a page template?

Could someone please point me in the right direction with some resources or
tips?

thanks,
rodchar
 
yes, but you have to be careful, when you write the page out it will
cause a recompile of your site. if you se inproc sessions then session
will be los.

-- bruce (sqlwork.com)
 
Back
Top