Using this markup you can check whether user’s browser has javascript enabled or not <noscript> <meta http-equiv=”Refresh” content=”0; url=noJavascriptPage.html”> </noscript> If user has not enabled javasript , you can redirect him to other page
Archive for February, 2010
Checking javascript enable or not
Posted in javascript on February 19, 2010 | Leave a Comment »
Avoid submitting data on page refresh using asp.net C#
Posted in Web Development with ASP.NET on February 19, 2010 | Leave a Comment »
Its very common problem every web developer has to face that is re-submitting data on page refresh (F5). You will find lots of solution whiling googling but some of them are very lengthy and some are very confusing. I found very easy and effective way of handling this problem. Using session[] and viewstate[] On page load take one session variable [...]
Run any file as EXE using command prompt
Posted in Web Development with ASP.NET on February 12, 2010 | Leave a Comment »
F:\image.jpg=exefile