Best approach for a flexible layout for ASP.NET application

Posted by Rohith Nair on Programmers See other posts from Programmers or by Rohith Nair
Published on 2012-11-07T14:39:18Z Indexed on 2012/11/07 17:17 UTC
Read the original article Hit count: 333

Filed under:
|
|

I am looking for a best approach for designing a dynamic page.

  1. I want my users to be able to determine the position of set of controls to be loaded into a page.

  2. Should be able to add new controls or swap in and out new controls into an existing page.

Eg: Portal based applications,iGoogle kind of websites

I am afraid that I will be re-inventing the wheel if I go and create a portal structure for my web application.

There are a couple of things in my mind to look into:

  1. Good third-party suites which can do the same
  2. Should I look into Silverlight RIA application?

I have researched about the Infragistics and Telerik controls and the price is high for just a control like LayoutManager which I need.

Any alternatives?

What is the best approach for this kind of situation, to add to the list?

© Programmers or respective owner

Related posts about ASP.NET

Related posts about Silverlight