As a continuation of the HOW I was able to deal with dynamically creating grids based on a query, I had a problem. The problem was that that the ItemCommand was NEVER firing on postback. If you already know where I am going with this, then I’m sorry, but this
Continue readingCategory: Problems
ASP.Net dynamic control/postback/event-handler madness – Part 1
Well, I recently had a difficult problem that I solved in a way that I don’t really like, but it works all the same. In the process I discovered something bizarre about ASP.Net. Here was the problem: I had a dataset coming out of a SQL stored procedure (that I
Continue readingRandom SQL problem – null safe comparisons in MSSQL
Having worked with MySQL, Oracle and MS SQL Server (as well as a few NoSQL database types), I just ran across a random bug that I’ve not seen before and I thought I’d share it. Obviously, NULL in SQLServer is a placeholder for missing data, and it has its own
Continue readingInfopath, Sharepoint and retrieving data; a terrible problem solved
Recently I had worked on a temporary InfoPath application to be run on the internal Sharepoint server for doing performance reviews for staff. This was a great learning experience that was a lot of trial and error to solve several upgrade requests from a previous version and to pull forward
Continue reading