Browse by Tags

All Tags » ASP.NET (RSS)

Detecting ASP.Net AJAX postback - AJAX History

If you are using ASP.Net AJAX History on a page and the user's browser has JavaScript disabled you may encounter the error: A history point can only be created during an asynchronous postback. To avoid this error always check the ScriptManager's...

PostBackUrl not working? Make sure JavaScript is enabled.

Seems obvious now but this one had me scratching my head for an hour this morning. The web application in question downgrades gracefully if JavaScript isn't enabled everywhere else except for a couple of pages were we were using PostBackUrl on a button...
Posted by Damien McGivern | with no comments

VS 2008 Web Development Hot-Fix Roll-Up Available

Some initial performance glitches with VS 2008 Web Development have been resolved and a patch has been released. Read more about it on Scot Guthrie's blog post http://weblogs.asp.net/scottgu/archive/2008/02/08/vs-2008-web-development-hot-fix-roll...
Posted by Damien McGivern | with no comments
Filed under: , ,

WCF requires precompiled ASP.Net sites to be updatable

Today I was testing a deployment ASP.Net site build that I added some WCF services to. All other non deployment builds passed all testing so I was stumped when testing one of the services I got the following error. Value cannot be null. Parameter name...