vb
-
Get Current URL in Javascript
JS (JQuery): JS (standard): Continue reading
-
JQuery and Partial Postbacks
I recently came across an issue where JQuery bindings no longer functioned after a partial postback and stumbled upon some code that was helpful in most cases. Javascript (JQuery): And alternatively.. This code will not always work however, as was… Continue reading
-
Using jQuery and ScriptManager to update dynamic page elements
I recently came across a situation where an element on the page was not updating dynamically after post backs. It was quick and easy to add an update panel and the necessary logic to use the built in asp .Net… Continue reading
-
Get Current Page Name in ASP .NET
The code snippet below is a quick, easy to use function which allows you to get the current active page in an asp .net website/application. There are similar functions for getting header information about a page, however, after some research… Continue reading