Create custom html control in toolbox Visual Studio 2012
问题 i want create a custom html control in Visual Studio toolbox: For example, if i need create a template for custom table (in toolbox): <table id="table1" data-src=""> <thead> <tr data-id="" data-u=""> <td></td> </tr> </thead> <tbody> </tbody> </table> Is there any way to do this? Thanks an sorry my english! 回答1: Just select your custom html in editor and drag into toolbox pane and custom toolbox item will be created with the text you dragged. 来源: https://stackoverflow.com/questions/24310522