March 8, 2009
The CheckBoxList control is very handy and easy to use. Unfortunately when it comes to validating it, none of the built in ASP.NET validators can get the job done. This post shows how you can easily validate CheckBoxLists with jQuery in less than 5 minutes.
Tagged as:
ASP.NET,
DotNetNuke,
jQuery,
Validation
Read the full article →
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 →