ASP.Net Ajax:如何从其DLL中向asp.net 2.0工具箱添加自定义控件

时间:2022-09-02 13:29:08

I have a MS AJAX toolkit DLL which I want to add to the toolbox items as a tab.

我有一个MS AJAX工具包DLL,我想将其添加到工具箱项目作为选项卡。

How do I go about in doing this?

我该怎么做呢?

1 个解决方案

#1


  1. Open the toolbox on the left-hand side of the IDE and find the Ajax Controls Tab

    打开IDE左侧的工具箱,找到Ajax Controls选项卡

  2. Right Click in the Tab, and select Choose Items (will take some time to load) (the image shows a click on the General tab instead of the Ajax Control Toolkit: alt text http://xstandard.com/6B8EB276-820E-40B8-B681-8C6164FA5281/integration-net-toolbox-2005.gif

    右键单击选项卡,然后选择选择项目(将需要一些时间加载)(图像显示单击常规选项卡而不是Ajax控件工具包:替代文本http://xstandard.com/6B8EB276-820E-40B8 -B681-8C6164FA5281 /集成净工具箱,2005.gif

  3. After the Choose Toolbox Items window opens, click on the .NET Framework Components tab:

    “选择工具箱项”窗口打开后,单击“.NET Framework组件”选项卡:

ASP.Net Ajax:如何从其DLL中向asp.net 2.0工具箱添加自定义控件

Finally click on the Browse... button, and choose your DLL from there.

最后单击Browse ...按钮,然后从那里选择你的DLL。

After that, your Control should appear in the tab.

之后,您的控件应出现在选项卡中。

#1


  1. Open the toolbox on the left-hand side of the IDE and find the Ajax Controls Tab

    打开IDE左侧的工具箱,找到Ajax Controls选项卡

  2. Right Click in the Tab, and select Choose Items (will take some time to load) (the image shows a click on the General tab instead of the Ajax Control Toolkit: alt text http://xstandard.com/6B8EB276-820E-40B8-B681-8C6164FA5281/integration-net-toolbox-2005.gif

    右键单击选项卡,然后选择选择项目(将需要一些时间加载)(图像显示单击常规选项卡而不是Ajax控件工具包:替代文本http://xstandard.com/6B8EB276-820E-40B8 -B681-8C6164FA5281 /集成净工具箱,2005.gif

  3. After the Choose Toolbox Items window opens, click on the .NET Framework Components tab:

    “选择工具箱项”窗口打开后,单击“.NET Framework组件”选项卡:

ASP.Net Ajax:如何从其DLL中向asp.net 2.0工具箱添加自定义控件

Finally click on the Browse... button, and choose your DLL from there.

最后单击Browse ...按钮,然后从那里选择你的DLL。

After that, your Control should appear in the tab.

之后,您的控件应出现在选项卡中。