Always remain updated about current software development trends

Articles having tag: BROWSER

How to prevent Re-Post action caused by pressing browser's Refresh button

I did something similar with a PageToken class, but I put it in the Master Page so that I could implement it on any page that uses the Master Page. In our code we wrapped the session variables in their own class called Session variables.We needed a little more...

How to prevent Re-Post action caused by pressing browser's Refresh button

Could you not achieve the same thing with javascript?if (document.all){ document.onkeydown = function () { var key_f5 = 116; if (key_f5==event.keyCode){ event.keyCode=0; alert ("Sorry! You can not refresh this page!");...

How to prevent Re-Post action caused by pressing browser's Refresh button

Simple Web User Control prevents unexpected action caused by Refresh Button

Configuring ASP.NET 2.0 To Properly Recognize and Identify the Google Chrome Browser

The purpose of this article is to explain how you can update your ASP.NET 2.0 site to properly recognize and identify Chrome.

How can you detect Browser Information in Silverlight? - by @kunal2383

Sometime we need to detect the browser information of the user's computer where our Silverlight application is running. We can do this using the JavaScript but sometime it is useful to detect it from our Silverlight application. So, how to do it? Let us discuss...

First Rapid Release Firefox Beta Now Available - Future Releases - Mozilla Blog

Mozilla is pleased to release a new Firefox Beta for download and testing. Mozilla recently introduced the Firefox Aurora development channel to support more frequent releases. The shift to a rapid release development cycle delivers cutting edge Firefox...

Latest Firefox Aurora Now Available - Future Releases - Mozilla Blog

We're happy to announce the next version of Firefox Aurora is ready for download and testing. The new features in Firefox Aurora give users and Web developers more control over their browsing and development environments while improving overall performance...

Hang Resistance in IE9 - IEBlog

IE9 is the most reliable browser available today in terms of hang resistance. In this post on IE reliability, we show how we engineered IE9's hang resistance so that an unresponsive tab no longer affects the rest of the browser, similar to how IE is resistant...