Create Master Pages in ASP.NET 2.0 http://www.ftponline.com/vsm/2005_03/magazine/features/dthews/ Authentication in ASP.NET: .NET Security Guidance http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/authaspdotnet.asp C#: A SQL Server XML and ASP.NET Runtime Application http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/csharpsqlxmlhttp.asp Negotiate Between Web Parts http://www.ftponline.com/vsm/2006_02/magazine/columns/gettingstarted/ Boost Performance With Caching http://www.ftponline.com/vsm/2003_11/magazine/columns/aspnet/ Top Ten Tips for Programming ASP.NET http://www.ondotnet.com/pub/a/dotnet/2002/04/22/asptips.html State Management http://www.ftponline.com/books/chapters/0201760398.pdf Dynamic controls in ASP.NET postback event depends on:(1)an eventhandler registered for control's certain event (2)event handler registered before the runtime processing the event. ASP.NET process postback events after page load, before PagePreRender. So register no later than load Custom Error Pages in ASP.NET When an unhandled exception occurs in ASP.NET the current session will be ended and a new session is started - that makes the
former session items unavailable. Perform your own redirection using Server.Transfer so that you preserve your session. Security Guidelines: ASP.NET 2.0 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/PAGGuidelines0001.asp
©2008 LcWebLink.Info
|