Click here to Skip to main content
15,886,724 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.5K   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.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

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