Load user control from database?

  • Thread starter Thread starter Casper Hornstrup
  • Start date Start date
C

Casper Hornstrup

I would like to stream the content of an .ascx file in a database to
LoadControl(). Is this possible without first saving the content to the file
system on the webserver and then loading that user control file instead?

I'm using ASP.NET 2.0.

Casper
 
No, there are only overloads for the LoadControl method to load a
control from a file or to create one from a known type.
 

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