refresing page (F5) should redirect the user to a different page

Hi,
I want my ASP.net C# application to punish the users who refresh page using (F5) by redirecting them to a different page
[129 byte] By [khawaryunus] at [2008-2-26]
# 1
I guess users would also like to punish us, programmers, that build applications that do not behave well when they hit F5. Smile
papadi at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 2
"Standard" behaviour would be to warn the user that the retry button will discard all session data, with an "OK/Cancel" dialog. You could then redirect to any URL from the dialog return.
Paul_G at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 3
and how would i do that
khawaryunus at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...
# 4
Please post ASP.NET specific questions to the ASP.NET web forums at http://forums.asp.net.

Daniel Roth

DanielRoth at 2007-9-9 > top of Msdn Tech,.NET Development,ASMX Web Services and XML Serialization...

.NET Development

Site Classified