Browse by Tags

All Tags » Javascript » AJAX (RSS)

ASP.NET Ajax using a custom ViewManager to render paged data without updatepanels by stefan.sedich

Sometimes you do not want the overhead of using an updatepanel, as each time you make a request it is posting more back than you might need, sure it can be powerful and easy to use but not always the most effective way Say you would like to be able to...

PNG Fix Component by stefan.sedich

Needing a solution to fix transparent PNG in IE6 I came to start using one of the many javascript based solutions to do this. But when it came time to use ajax and populating new images in my postbacks this obviously broke. So I created a custom ASP.NET...

An ASP.NET Ajax SEO Idea by stefan.sedich

This is my first post on here so I hope it is helpful. I was playing around with an idea of making a site where the content was loaded into the page with ajax. So I changed my links to LinkButtons and made these pass the ID of the page to load. After...
Filed under: , , , ,
More Posts