AlexCode Posted February 13, 2005 Posted February 13, 2005 Hi... I need to know if there's a way I can create the page layout (the HTML Table) from the server side... Basicly, what I want is to be able to, from a blank WebForm and using a configuration stored on a database, construct the entire page. I got the 2nd functionality, pretty much like DotNetNuke, to add dinamiclly WebControls to a previouslly created page layout... now I need to have multiple layouts to choose from... dinamiclly... Thanks. Alex :p Quote Software bugs are impossible to detect by anybody except the end user.
eramgarden Posted February 13, 2005 Posted February 13, 2005 i worked on an ASP/VB6 once that built the ASP HTML table in the VB6 dll.. It would pass it , for example, a paramater and then based on that the dll either built a text area or a table with radiobuttons in it... It read the table header from the database. Quote
AlexCode Posted February 13, 2005 Author Posted February 13, 2005 Ok... that's about it... Now... How can I do it? And note that, what I need to create are HTML controls, not ASP.net controls... Quote Software bugs are impossible to detect by anybody except the end user.
eramgarden Posted February 13, 2005 Posted February 13, 2005 but why do u want to do it this way?? That app I worked with..the ex-developer wrote it.. I can copy and paste one routine for u if u want to see how he did it.. Quote
AlexCode Posted February 13, 2005 Author Posted February 13, 2005 Why? I believe you know the Portal & DotNetNuke projects. They enable us to create a modular web page from a DB stored configuration, but with a static layout (you need to actually redesign the layout on the WebForm if you want to change it). So, for my current project I need something a little further than that... I need to create my web page from scrach, from the DB stored config... including layout, CSS... so forward... Alex :p Quote Software bugs are impossible to detect by anybody except the end user.
AlexCode Posted February 14, 2005 Author Posted February 14, 2005 Ok, sorry about this... pretty stupid question... I've solved it already. Thanks anyway... Alex :p Quote Software bugs are impossible to detect by anybody except the end user.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.