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 |
Define a class in css?
what are disadvantages of AJAX controls?
Who invented asp?
What is a request body?
how we can create more than one web.config file in our asp.net project
What is n-tier system?
Speaking of boolean data types, whats different between c# and /c++?
Explain the difference between post & get method in asp?
What is an .asp file?
i am creating an e-learning site, i want my customers to pay directly through paypall to my paypall account directly from my page ? is it possible ? is there any ready paypall script ?
what is normalisation
How do I view an aspx file?