Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing a sqldatasource from dal to presentation
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Passing a sqldatasource from dal to presentation
Environment versions
Environment:
ASP.NET
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01096072
Message ID:
01096072
Views:
66
I've been trying to use the sqldatasource but I'm running into a problem. I want to create it on the backend in my data access layer. I have this.

public class GetHospitals
{
string hospital;
string hospitalid;
sqldatasource batches;
}

I set all of its commands and its connection string and I am trying to send it to the presentation layer but always get an object not set to an instance of an object error. This worked fine when I was using a dataset but since I have switched to sqldatasource, its not working. Can I pass a sqldatasource? Any help on this would be helpful, thanks!
Next
Reply
Map
View

Click here to load this message in the networking platform