DetectJavaScript :

I recently faced the problem of whether or not my ASP.NET web app's AJAX parts will run on the client browser. If not, I would like to offer some sort of alternative functionality. I was surprised to find that there were no ready-made javascript detection control for ASP.NET. The solution DetectJavaScript is a server control that a developer can embed to a web page. By default it does not have a visible user interface, but it can show the state of javascript detection to the user if needed. The main use case is to check programmatically from the control if JavaScript is enabled or not and act accordingly....

Read More:
DetectJavaScript :

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment