I'm an experienced C# winforms person, but new to ASP.Net. I'm developing a site which will be externally facing, but will not have massive numbers of users (wouldn't expect more than maybe 50 at a time). The users of the site would probably be very smart, but not necessarily tech savvy (psychologists).
Because I'm new to web development in general, I was considering using 3rd party tools such as Telerik's ASP.Net with AJAX controls, as these will allow me to build a page that looks reasonably good, which I would have no hope of doing from scratch in a reasonable timeframe. Psychologists tend to be pretty picky about things looking professional and having a good user experience.
I was wondering if using controls like these will make the site less responsive, and therefore not as good user experience? Is it possible to quantify how much slower the telerik version would be? Does anyone have any hints about possible tradeoffs of performance and functionality? Is there some middle ground between doing things from scratch in ASP.Net and using complex controls like those from Telerik?