Create web page dynamic layout

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

I have been assigned to build an web application that allows admin staffs to
configure the looks and feels of various parts of a loan application. For
instance, one can set some parameters in a configuration file so that
various blocks of templates appear on the web page the way they want.
Something similar to the web part. Can this be done without the web part?
Would someone give me some ideas

Thanks

Sam
 
I have been assigned to build an web application that allows admin staffs to
configure the looks and feels of various parts of a loan application. For
instance, one can set some parameters in a configuration file so that
various blocks of templates appear on the web page the way they want.
Something similar to the web part. Can this be done without the web part?
Would someone give me some ideas

Thanks

Sam

Just thinking off the top of my head here.

You could divide the page up into X # of columns and then have them
assign each block to a specific column in a specific order.

Or maybe using CSS you could store the positioning of the left and top
of the div of each block and dynamically generate the CSS on the
page. One problem with this is that the admin could really easily
screw things up.

I've never specifically dealt with this situation so these are just
ideas.

Good luck.
 
I would recommend to look at DotNetNuke (DotNetNuke.com).
At least from educational point.

If you lucky you might get your hole application done with it.

George
 
Back
Top