how to disable previous page complete after logout process
Answers were Sorted based on User's Feedback
Answer / aman
<script type = "text/javascript" >
function disableBackButton()
{
window.history.forward();
}
setTimeout("disableBackButton()", 0);
</script>
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajesh
<%
response.setHeader("Pragma","no-cache");
response.setHeader("Cache-Control","no-store");
response.setHeader("Expires","0");
response.setDateHeader("Expires",-1);
%>
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the maximum size of an array?
whate is @page(AspCompat) Directive in .net ?
What is a request body?
How do I open aspx files on windows 10?
What is asp cookies?
Explain the difference between inline and code behind.
What do you mean by asp?
is string is a value type or reference type?
When did classic asp come out?
what are the objects in asp?
2 Answers First Insight, VebTel,
How to Display images using Response object? A. Contenttype=Application/Brush B. Contenttype=Image/JPG C. Contenttype=Application/paint D. Contenttype=Image/WMF
How can you change the primary scripting language for a page?