Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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

Software bugs are impossible to detect by anybody except the end user.
Posted

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.

Posted

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...

Software bugs are impossible to detect by anybody except the end user.
Posted

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

Software bugs are impossible to detect by anybody except the end user.
Posted

Ok, sorry about this... pretty stupid question...

I've solved it already.

 

Thanks anyway...

 

Alex :p

Software bugs are impossible to detect by anybody except the end user.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...