Wednesday 22 October 2008

Multiple page life cycles for no reason?

Have you ever debug your ASP.NET code and noticed your breakpoint in the Page_Load event is hit multiple times, even though it should only execute once?

If you have any links with # as the navigation url this can happen as a request is sent each time to the server.

No comments: