Crystal Report Connection using C# in ASP .net
HI All,
I want to know, how to give the connection for crystal report using c# in asp .net as a function.
For Example
In the application i will call the function say ConnectCrystalDB()
which will call the below function in the dblayer
ConnectCrystalDB()
{
........
// here will be the code to connect to the DB
}
Please help me in this regard.
Cheers!
Junaid
I think.. therefore I'm
|