Richard's Rant

Principal .NET Consultant, MCSD Certified

Browse by Tags

All Tags » Strongly Typed Datasets » ASP.NET (RSS)
The dreaded ArgumentOutOfRangeException when DataBinding a DropDownList in ASP.NET 2.0/3.5
For most of the time, I love .NET. It truly makes my programming life so much easier than it was in my VB 6 and COBOL days. But someetimes, you come across something that makes you want to take the .NET framework designers and punch them senseless. I...
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...