In a VS 2005, we can drag code snippet from aspx.cs page to VS toolbox.When ever we want to use the same in our project we can drag and drop to our aspx.cs page.
How do I pack this toolbox settings(toolbox has this code snippet), so that it will be available to other programmers of VS 2005.
Is there any way to add this code snippet to toolbox of VS 2005, something like how we are adding custom control(.dll) to VS 2005 toolbox?
Thanks,
Eliza