Dear All <BR><BR>I am facing a problem in Database Connectivity in ASP.NET.I am using CSharp as the Language on .net framework. <BR>I am using a dll file ie.System.Data.Odbc.dll.I am inheriting this dll file in my program in the following way: <BR><%@Page Language="C#" Inherits="System.Data.Odbc"%>.I have created my own folder.In this folder I have created a bin folder in which I am putting this dll file. <BR>I am using the following connection string in my program: <BR> string connection = "Provider=MSDAORA;FileDSN=neelam;UID=neelam;PWD=nee lam;SID=astroid"; <BR><BR>When I run this program I get an error message saying "System.Data.Odbc" not found. <BR><BR>Please help me with this problem <BR><BR>Neelam