If you want to add the items to the toolbox so you can do Drag And Drop, do this: 1). Solaris 10 x86 backup command. Open Visual Studio 2). Open a new project (or existing) 3). Find your 'toolbar' window in VS. Right click in the tool bar white space (somewhere where there are no existing controls) 5). Click 'Add Tab' 6). Name this tab 'Telerik' 7).
Now, right click again, and hit 'Choose items' 8). A Window will pop open, you can select your Telerik DLL, and it will fill the tool box with all the controls you need.
You can then Drag and Drop these controls to your pages. I hope this helps.
Right click in the tool bar white space (somewhere where there are no existing controls) 5). Click 'Add Tab' 6). Name this tab 'Telerik' 7). Now, right click again, and hit 'Choose items' 8). A Window will pop open, you can select your Telerik DLL, and it will fill the tool box with all the controls you need.
Adding the Telerik® UI for ASP.NET AJAX controls to your application or WebForm is straightforward and this article explores the requirements and the most common ways to do that. This article contains the following sections:. — the main requirements the server, development machine and current Web Application/Web Site must satisfy so you can use the Telerik controls. — explains how you can add and use the controls themselves on a form after the core requirements are satisfied. To add Telerik® UI for ASP.NET AJAX to an existing ASP.NET web application you need to follow these steps:.

Make sure you have installed ASP.NET AJAX, which comes as part of. If your web application is not using ASP.NET AJAX you need to configure it to do so. Detailed instructions can be found. Add the needed HTTP handlers in the web.config as described in the article. Tip Alternatively, you can use a which extends the standard ScriptManager control and adds more features to it. To add a Telerik control to an ASP.NET WebForm, you can use either of the following approaches: The easiest way to add a Telerik Control is by dragging its icon from the Visual Studio.NET Toolbox in Design mode.
Visual Studio will automatically copy the Telerik.Web.UI.dll to the bin folder of your web-application and will create the respective references. If you do not see the controls in the toolbox, examine the article. You can add any Telerik Control manually to the page by following the instructions below. Copy the Telerik.Web.UI.dll from the binXX folder of the Telerik® UI for ASP.NET AJAX installation to the bin folder of your web application (where XX specifies the version of the.NET framework against which the assembly is built) and reference it.

You can read more about the assemblies that come with your installation in the article. Open your aspx/ascx file and add the Telerik® UI for ASP.NET AJAX Register directive at the top so that Visual Studio recognizes our control tags: ASP.NET <%@ Register TagPrefix='telerik' Namespace='Telerik.Web.UI' Assembly='Telerik.Web.UI'%. Note AJAX-based controls like ours must be placed on the page after ScriptManager's declaration and inside the tag. To configure a control, you can:. Use the built-in properties from the markup or the code-behind. Use the inner tags of the control. Use the configuration wizard in the Visual Studio Designer.

You can read more about the individual controls' properties and features in their respective sections in the documentation, demos and by using the intellisense in Visual Studio.