RadControls for ASP.NET AJAX

RadControls for ASP.NET AJAX
Important

Starting with version Q1 2011 RadControls for ASP.NET AJAX are shipped with .NET 3.5 and .NET 4 assemblies only. The following page contains more information about the product support lifecycle of the controls:

http://www.telerik.com/products/aspnet-ajax/getting-started/dotnet-support.aspx

Visual Studio 2005 automatically enables IntelliSense - through reflection it detects all classes, properties and methods in the DLL file.

For additional convenience Telerik RadControls provide an XML file which contains the comments for their classes, properties and methods.

For example, when Telerik Control is dragged to the WebForm the XML file is automatically added in the bin directory of the project.

In ASPX, when you start typing or when you insert a space, VisualStudio will show a dropdown with suggestions for autocomplete:

 

In code-behind, each time a particular class/property/method is being selected from the dropdown of the autocomplete functionality, a tooltip with the comment for this class/property/method is displayed: