//
archives

Asp Dot Net Pages

This tag is associated with 1 post

Why jQuery Only Works Once In Some Asp Dot Net Pages

I had a strange problem where a simple jQuery expression worked once only on an ASP.NET page. It turned out that .NET UpdateProgress controls on the same page were causing problems with partial page refreshing from AJAX calls. I had the simplest of jQuery code on a user control: $(document).ready(function () { $(‘#mybutton’).click(function () { … Continue reading