Browse by Tags

All Tags » AJAX (RSS)

Using ajaxToolkit:ModalPopupExtender to display a message during async specific postbacks by bunbun

Along the lines of my previous post, I wanted to use ModalPopupExtender as a replacement to the Update Progress control. I had a page where the database took some time to process. Unlike my previous example, I didn't have a button on my page to trigger...
Filed under: ,

Using ajaxToolkit:ModalPopupExtender to display a message while saving data by bunbun

One thing I've always wanted was a way to display a modal pop-up message to users while doing some processing on the server. The AJAX ModalPopupExtender control works perfectly (once you figure it out). My page consisted of a single drop down list to...
Filed under: ,

Scrolling within gridview by bunbun

Matt Berseth has a good article on scrolling within a gridview. In his example the header remains in place while the data rows scroll. It requires you to use the gridview CSS adapter for your gridview and I was already doing this in an attempt to harnass...
Filed under: ,
More Posts