Richard's Rant

Principal .NET Consultant, MCSD Certified

Browse by Tags

All Tags » Development » Strongly Typed Datasets (RSS)
Retrieving Null Values from a database Using Strongly Typed Dataset
I came across this little doozy on my current project. The Situation We have an application that is a multitiered application, with an ASP.NET front end, a Business Logic Layer, and a Data Access Layer. We are using strongly typed datasets (that are created...