ASP.Net Ajax: how to add a custom control to asp.net 2.0 toolbar from your DLL

I have a MS AJAX DLL toolbox that I want to add to the toolbar items as a tab.

How can I do this?

0


source to share


1 answer


  • Open the toolbar on the left side of the IDE and find the tab Ajax Controls

  • Right click on the tab and select Choose Items

    (take some time to load) (image shows tab click General

    instead of Ajax Control Toolkit

    : alt text http://xstandard.com/6B8EB276-820E-40B8-B681-8C6164FA5281/integration-net-toolbox-2005 .gif

  • After opening the window, Choose Toolbox Items

    open the tab .NET Framework Components

    :

alt text



Finally, click the button Browse...

and select your DLL.

After that, your control should appear in the tab.

+4


source







All Articles