SketchPath XPath query tool

0 Comments

If you want to know the XPath query to an element of a XML file, but you’re new to XPath, you can use the Freeware tool: SketchPath to get show the XPath query. In mine

Find largest files and folders with freeware tools like JDiskReport and TreeSize

0 Comments

Find largest files and folders with freeware tools like JDiskReport and TreeSize Download TreeSize Free at: http://www.jam-software.com/freeware/TreeSizeFree.zip Download JDiskReport at: http://www.jgoodies.com/downloads/index.html Found at: http://www.raymond.cc/blog/archives/2007/04/30/find-out-what-files-and-folders-are-taking-up-hard-drive-spaces/

Simplest way to detect session timeout in an asp .net 2.0 web application in C#

0 Comments

The simplest way to detect if a session timeout occurred in an asp .net 2.0 web application use Global.asax Session_Start and Page_Load event. see: http://blogs.msdn.com/nikhiln/archive/2007/06/21/detecting-session-timeout-in-asp-net-2-0-web-applications.aspx   Using Session["xxx"] value to determine the session timeout: This