Ask a Question related to ASP.NET General, Design and Development.
-
Alvin Bruney #1
Re: Preventing user from clicking Back?
try this
Response.Cache.SetCacheability(HttpCacheability.Se rverAndNoCache);
or any flavor of the httpcacheability enum
"Karl" <nospam@nospam.com> wrote in message
news:e#$Xg6BPDHA.1072@TK2MSFTNGP10.phx.gbl...> Hello:
>
> I am new to ASP.NET. How do I make a page expire to prevent users from
> updating records that are already updated. ex.Clicking Back on the browser
> and then resubmitting the page? Thank you in advance.
>
>
Alvin Bruney Guest
-
How to restrict the user to go back ones the user haslogged out. Or, if he goes back, how to generate custom errorfor
:music; How to restrict the user to go back ones the user has logged out. Or, if he goes back, how to generate custom error for Page Expire ? :music; -
NEW User: How do I display table on DataGrid without clicking on '+'.
Hi, I have been trying display data from an Access database in my C# form. I have got to the point where I have stored data from the database into... -
Preventing multiple logins from a single user
Hi, We have a web application developed using ASP .NET that uses forms authentication.We want to prevent users from logging in more than once... -
preventing go back and next page
Hi all! I want the users not to go previous or next page with using neither keyboard nor explorer buttons. I hide the buttons on explorer when... -
Preventing Fields from being edited by a user attempting to do a find.
In an effort to avoid this problem, I made my find layouts look very different then my browse layouts. But, still I see cases where a user changes...



Reply With Quote

