What is the difference between the ASP.NET AJAX Server Control and ASP.NET Server Control project types?
Does one type of project have advantages over others?
Are there any things that can be done in one and not in the other?
Thanks in advance.
Edit: I found this link: http://www.codeproject.com/Articles/22384/ASP-NET-AJAX-Controls-and-Extenders
This is a quote from this link, and I think it answers my question:
At first glance, it seems that ASP.NET Server Control is different from the other two controls because it does not support AJAX. This is not entirely true, and in the first part of this I will demonstrate how far you can go in developing AJAX management based solely on Server Control. While ASP.NET Server Control does not provide direct access to AJAX scripts, it can implement AJAX scripts encapsulated in other controls such as UpdatePanel or AJAX Extensions Timer Control to provide AJAX functionality. For control developers who are not so keen on delving into the intricacies and traps of JavaScript, the Control server offers an excellent and clean development path.
AJAX AJAX Server Control Extender ASP.NET Server Control, JavaScript JavaScript. , AJAX Server, script, ASP.NET, .
2: , :)