Hi,
I have found this usercontrol which is quite helpful to Check Whether JavaScript and Cookie are Enabled
http://www.codeproject.com/Articles/71781/Check-Whether-JavaScript-and-Cookie-are-Enabled-us Can anyone suggest an approach to use this usercontrol in Global.asax page.
Is this possible.You may ask why?.
The reason is, I wanted to check on every request whether the Javascript is enabled or not.If not enabled i will redirect to an error page in the Application_BeginRequest which fires for every request.
Please help me.
Thanks,
Prathap.