Browse by Tags
All Tags »
c# (RSS)
Adding Event logging works the same with VISTA as it does in XP. Unfortunately there is no programmic method to make it work the first time. The symptoms are you check and check the event logs to see where your entries are but alas nothing. Under VISTA
Read More...
This entry will be short and sweet. After trying to find some kind of guide for converting from Hashtables - to using the generics Dictionary...I wanted to provide a more complex yet simple code comparision. In this example the first code snippet is the
Read More...
8 hours of combing through blogs, forum posts and books to find a spcific answer to a specific problem. You see it all the time on sites like Yahoo Mail, where there is a convienent checkbox in the the header of a table / gridview that selects or de-selects
Read More...
On my Sites-Easy project, all of the Administrative features use Ajax, Gridviews, and ModalPopups to present a UI that is consistent. This consistency is obtained by using abstract classes and delegates so that creating new Administrative Modules is almost
Read More...
I have been looking for methods to get rid of redundant code throughout my Sites-Easy Project. The biggest issue I have is the redundancy of all of the DAL methods. For instance I have the ability to add a Section that contains 40 some parameters, but
Read More...
Today was released a new 'official' release of the Ajax Toolkit . It apparently solves some issues with viewstate, gives the modalpopup some additional scenarios to be worked in, and a few other updates...but. If you run a DGS (dynamically generated site),
Read More...
Today's entry will outline some of the bugs with previous code. For some reason code that works absolutely fine in my normal project solutions did not work with the Web Application Project solution the AjaxToolkit uses. Thus - I glad to report we have
Read More...