Click here to Skip to main content
15,881,881 members
Articles / Web Development / ASP.NET

Check if JavaScript is Enabled from Server-Side Using an User Control

Rate me:
Please Sign up or sign in to vote.
4.59/5 (27 votes)
28 May 2008CPOL4 min read 170.4K   2K   39  
An ASP.NET User Control which can check if Javascript is enabled in the user's browser, and either does postback to perform an alternate action from the server side, or redirects to a non-JavaScript page.

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
I have more than 9 years of experience in various Microsoft Technologies. I spend most of my working time in C#, ASP.NET, WCF, WPF, WF and LINQ.

Check My Profile


Comments and Discussions