Sign in
|
Join
|
Help
Damien McGivern
This Blog
Home
Contact
Syndication
RSS
Atom
Comments RSS
Search
Go
Tags
.Net 3.5
.Net 3.5 SP1
ASP.NET
ASP.Net History
code
Community Server (CS)
Debugging
Firefox
JavaScript
JOBS
LINQ
MVC
NIMTUG
Offer
Offers
ReSharper
RTM
site
SQL
SQL Server 2008
Student
TDD
Vista
VOIP
VS 2008
VS 2008 SP1
VS.Net
WCF
WCF Starter Kit
web development
windows 7
Windows Mobile
Windows Server 2008
XML
Navigation
Home
Events
Blogs
Forums
Photos
Downloads
Archives
June 2010 (1)
May 2010 (1)
December 2009 (1)
October 2009 (1)
September 2009 (1)
August 2009 (1)
May 2009 (4)
December 2008 (3)
May 2008 (1)
February 2008 (2)
January 2008 (2)
June 2007 (2)
May 2007 (1)
January 2007 (1)
November 2006 (1)
October 2006 (1)
August 2006 (3)
May 2006 (5)
April 2006 (6)
February 2006 (2)
Twitter
Follow me on Twitter @dmcgiv
Browse by Tags
All Tags
»
ASP.NET
(
RSS
)
.Net 3.5
ASP.Net History
Debugging
JavaScript
VS 2008
VS.Net
WCF
04 June 2010 14:41
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...
Posted by
Damien McGivern
|
4 comment(s)
Filed under:
ASP.NET
,
ASP.Net History
20 May 2010 12:13
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
Filed under:
Debugging
,
ASP.NET
,
JavaScript
09 February 2008 12:07
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:
VS.Net
,
VS 2008
,
ASP.NET
30 January 2008 12:01
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...
Posted by
Damien McGivern
|
9 comment(s)
Filed under:
.Net 3.5
,
WCF
,
Debugging
,
ASP.NET