B
Brian Simmons
Hi all,
So, I don't have to keep adding the following lines to each of my
code-behind pages:
using System.Data.Sql;
using System.Data.SqlClient;
Is there way in the web.config file to add a setting which will tell each
page to automatically include/use those 2 namespaces?
ASP.NET 2
Thanks,
Brian
So, I don't have to keep adding the following lines to each of my
code-behind pages:
using System.Data.Sql;
using System.Data.SqlClient;
Is there way in the web.config file to add a setting which will tell each
page to automatically include/use those 2 namespaces?
ASP.NET 2
Thanks,
Brian