February 28, 2009
When using jQuery within an ASP.NET UpdatePanel, postbacks can cause jQuery to stop working. This can be further complicated if the UpdatePanel you are using is the UpdatePanel that is automatically added for when you use DotNetNuke’s partial rendering in your module. This post outlines a simple solution that is easy to implement and not only works for regular ASP.NET applications, also works within DotNetNuke.
Tagged as:
ASP.NET,
DotNetNuke,
jQuery,
UpdatePanel
Read the full article →
February 16, 2009
NHibernate 2.0 brings many new features, including a new event / listener system that can be used for many kinds of cross-cutting concerns. One the capabilities is being able to register a listener that can automatically update fields on an entity for you as it is saved. Many business applications require that we track who last modified an entity, or when it was created etc. This new model makes it quite easy to do.
Tagged as:
CustomSaveEventListener,
NHibernate,
SharpArchitecture,
Windows,
WPF
Read the full article →