Dynamlic create Webpart Pages

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

Guest

Hi,

is it possible to generate dynamicly new WebPart Pages?
Each user of my application should have the possibility to save many
different Views (WebPart Pages).

Thanks,
Milmus
 
Yes. You can create code via a code gen and then compile using either the DOM
or Reflection.Emit(). Getting it linked into your site dynamically is a bit
more difficult, unless you go the 2.0 route and do not precompile.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 

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

Back
Top