By host on
Saturday, January 05, 2008 5:15:52 PM
Since attending OpenForce '07 in Vegas this passed November, I have been working on a new Version of SQLGridSelectedView. I had several features I wanted to add, but the main reason for a new version was the conversion from ASP.NET V1.1 to V2.0. This also meant the move to VS2005 and the new architecture used for Web Applications.
I am in the home stretch on the implementation and have been testing and testing -- it gets rather boring after a while, but I want this version to be relatively stable before going to beta testing. I have faced a few challenges along the way, especially getting DNN to work as smoothing in VS2005 as I had it VS2003. But most of those issues behind me I did run into a rather interesting issue with ASP.NET V2.0 GridView.
The issue surrounds getting a CSS class to work on the pager used by the GridView. As much as I tried, and boy did I try everything I could think of, the more I more I started to dislike IE. I finally got a hint on this was a "known" problem when...
Read More »