Browse by Tags

All Tags » ASP.NET (RSS)
Sorry, but there are no more tags available to filter with.

Get executing application programmatically by Kiyoshi

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   Get Directory of current application root - System.Web.HttpContext.Current...
Filed under:

Call Javascript Function on Postback by Kiyoshi

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. If you want to call a javascript function on page postback, you'll need to add an EventListner to the current document. <script...
Filed under:
More Posts