I have a class for data access I have put together as a ".
vb" file in my project...basically it looks like...
Code:
Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Configuration
Imports System.Text.RegularExpressions
Imports System.Web.UI.WebControls
Imports System.Web.UI.HtmlControls
Namespace dataIncludes
Public Class includeFunctions
'all my functions here
End Class
End Namespace
My problem is how to have my web forms get access to this class. (?)
Using:
Code:
Imports dataIncludes
doesnt seem to work...
-------------------------
Beware of programmers with screwdrivers...