ASP.NET (AJAX) UI Design Tools for Artistically Challenged?

Posted by davemackey on Stack Overflow See other posts from Stack Overflow or by davemackey
Published on 2010-05-14T18:33:07Z Indexed on 2010/05/14 18:34 UTC
Read the original article Hit count: 284

Filed under:
|
|
|

I'm building an application but I'm artistically challenged and I'd rather not spend my time writing widgets (e.g. ability to collapse/expand/close/drag-drop) if there is already controls available. I've worked with the Microsoft AJAX Control Toolkit - but these tools still require a lot of work to get a working widget (which in my case, won't look too pretty). The CollapsiblePanel is pretty nice - but then you have to program in the minimize button, close button, maximize button, etc. Looking for suggestions that will help me design better UI faster...

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX