web
-
JQuery Is Not Defined
This is a common error for users implementing JQuery UI. Usually if you see this message, this could mean a few things: – There is a syntax issue or bad link referencing the JQuery (min/full) JS. Use your debuggers to… 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
-
Programmatically fire an event handler in ASP .NET
I recently came across a situation which any web application developer may face where an assembly reference containing the code-behind for each ASPX page was deprecated and the original source code was no longer available. Since this code also includes… Continue reading