How to add a Web custom control to the Toolbox?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
How to add a Web custom control to the Toolbox?
Rating:
Take the following steps to add a Web custom control to Visual Studio .NET Toolbox:
- On the Tools menu, click Customize Toolbox. This opens the Customize Toolbox dialog box.

- Select the .NET Framework Components tab of the Customize Toolbox dialog box.

- Click the Browse button. Find MyCustomControl1.dll and select it.

- Click the Open button to add WebCustomControl1 to the list of components in the Customize Toolbox dialog box.

- Select WebCustomControl1 in the list of .NET Framework components and click the OK button. This adds WebCustomControl1 to the Toolbox.

Rating:
Was this information helpful?
Other articles
- What is the MergeStyle method?
- What is the Use attribute?
- What are the Object Role Modeling (ORM) constraints?
- Types of Assemblies
- What is a delegate?