.NET Tips #3

We can put frequently used code snippet in Toolbox and use whenever required example SQL connection string.

Steps to add code snippet in toolbox are

1. Write down code which need to put in Toolbox.

this.ConnectionString = "Data Source=xxxx;Initial Catalog=xxxx;User ID=xxxx;Password=xxxx";

2. Go to View -> Toolbox

1.JPG

3. Drag code to toolbox. See rectangle in above screen shot.

4.  You can give name to code also. like Items in above screen shot.