An enhanced UpdateProgress control, which shows an animation at the point where mouse was clicked

WHY DO IT ???
Before you read the post, let us answer why did I waste time in changing the behavior of the UpdateProgress control. Here is the deal. Suppose, you have 5 or 6 controls on your page, which when clicked result in an Ajax call. You know that the UpdateProgress control is pretty much [...]

Use declarative security to show a Security trimmed navigation Menu along with enforcing role based security for your website

Hi All,
Here is what we are trying to achieve in this article.

Provide side-wide security without writing a single line of code
Show navigation menus to the user, which automatically hide the options which the user doesn’t have access to (also called Security Trimming)
Use declarative syntax in web.config to tighten your security so that even if the [...]