Browse by Tags

All Tags » MICROSOFT » AJAX (RSS)

Our First ASP.NET 3.5 Site Goes Live!! by stefan.sedich

Hello All, UPDATE 20080409: Another site has launced, check out www.betts.com.au !!! Thanks Stefan ---------------------------------------------------------------------- Finally our first ASP.NET 3.5 website went live today, there are 2 more to come but...

Simplified ASP.NET AJAX Custom Control Development With VS Item Template by stefan.sedich

Hello, At work today I had a friend (Blair) have issues with trying to get a browser alert to popup on the page during an ASYNC post back. I told him I would make a custom control in 30 secounds or less that would do this and make life much easier. Overkill...

Fully Accessible And SEO Friendly Ajax Paging Using DataPager by stefan.sedich

Hey All, Working on my current project I implemented paging using a listview and a datapager. I then decided it would be much nicer to use AJAX for my paging so wrapped all this up in an updatepanel. Next step was the issue when you would goto a page...

EventValidation issues with asp.net ajax and FireFox caching causing issues... by stefan.sedich

Hey All, Was having some wierd issues with asp.net ajax in firefox. If for example you put a textbox and a button in an updatepanel and put in a value and click the button. Then you hit F5, in IE the value will be gone, but in FireFox the value is still...

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...
More Posts