Load usercontrol from string
-
I am looking into loading the content of a usercontrol from a database instead of from a ascx file. I have found some information on ControlParser but I have been unsucessful in getting it to work. Does anyone have any examples of loading a control in this manner? Thanks
-
I am looking into loading the content of a usercontrol from a database instead of from a ascx file. I have found some information on ControlParser but I have been unsucessful in getting it to work. Does anyone have any examples of loading a control in this manner? Thanks
Wow. That sounds like a great plan :doh: Are you seriously trying to store code in a database? Why would you do that?
I didn't get any requirements for the signature
-
Wow. That sounds like a great plan :doh: Are you seriously trying to store code in a database? Why would you do that?
I didn't get any requirements for the signature
-
This is only for page template layouts so that I can allow the user to choose from a layout or copy it and edit it themselves.
-
This is only for page template layouts so that I can allow the user to choose from a layout or copy it and edit it themselves.
Interesting. Seems more complicated than something I would tackle. I would use css for my styling and allow the user to set some css properties. But that's about as far as I would go.
I didn't get any requirements for the signature