Contents tagged with ASP.NET
-
Get executing application programmatically
I always have difficulty remembering how to find the name and directory of the executing application or website. Here is the breakdown for reference. More to come
-
Call Javascript Function on Postback
I ran into this problem when I had to call a javascript on page load after my server-side code threw an exception to the user.