howdy!
99% of the times I'm starting an ASP.NET project with VS.NET I am using SQL Server DB as a backend. Therefore I find myself adding in all the aspx pages the:
[c#]
using System.Data.SqlClient;
namvespace. When you are writing code for hundreds of pages, it can get very boring. So I was looking into the possibility to "teach" my VS.NET to ALWAYS import that namespace.
I looked around and I have found all sorts of neat stuff but that... any ideas?
tnx, I'll tell Santa you're Nice!!! Daren J. Lahey
Just another computer guy...
If you are unsure of forum etiquette check here FAQ796-2540
99% of the times I'm starting an ASP.NET project with VS.NET I am using SQL Server DB as a backend. Therefore I find myself adding in all the aspx pages the:
[c#]
using System.Data.SqlClient;
namvespace. When you are writing code for hundreds of pages, it can get very boring. So I was looking into the possibility to "teach" my VS.NET to ALWAYS import that namespace.
I looked around and I have found all sorts of neat stuff but that... any ideas?
tnx, I'll tell Santa you're Nice!!! Daren J. Lahey
Just another computer guy...
If you are unsure of forum etiquette check here FAQ796-2540