Implementing google dashboard type interface in asp.net

Posted by Sam_Cogan on Stack Overflow See other posts from Stack Overflow or by Sam_Cogan
Published on 2010-06-09T11:17:49Z Indexed on 2010/06/09 11:22 UTC
Read the original article Hit count: 550

I'm looking at implementing a Google IG type dashboard in a .net app. There are a number of options I've found to do this, and i'm trying to establish what is going to be the best to use, in terms of speed, versatility etc.

So far the options I am looking at are either to use asp.net webparts and .net Ajax, this would make it quicker to build, but I'm concerned this is going to make the application bulky and slow, or using JQuery, and either .net MVC or Webforms, to custom build an interface.

Does anyone have any thoughts on what the best option may be, or any options I may have missed? All I want to do here is to allow users to customise a dashboard with a number of components (which will be user controls).

I do also have access to Telerik controls, but I'm not sure if they would be any use here.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET