Link to home
Start Free TrialLog in
Avatar of Darth_helge
Darth_helge

asked on

Storing user controls in database

Hello. I want all of our customers to have the opportunity to create their own document headers. I am planning to store this usercontrol in the customers database so when the document page loads - depending on who is authenticated - the document header is dynamically added before the document.

How can I do this?
I have tried something with parsecontrol, but no luck. I keep getting errors that the system "could not load type" etc....

does anyone have experience with this? storing usercontrols in database?

thanks in advance
martin
Avatar of Elvio Lujan
Elvio Lujan
Flag of Argentina image

ummm... and what about store a XML document in a varchar field and build the header with this XML?
Avatar of Darth_helge
Darth_helge

ASKER

i dont want to do that
ASKER CERTIFIED SOLUTION
Avatar of Computer101
Computer101
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial