how to disable previous page complete after logout process
Answer Posted / 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 |
Post New Answer View All Answers
What are scripting objects in asp?
Explain the advantages of using asp?
what is the need of a sealed class when we are having a structure
What are the stored procedures?
What are asp controls?
Name the methods by which output stream is controlled?
What happens to a html page?
Define "virtual directory"?
Name the command to display characters to the html page?
What is the difference between razor and aspx view engine?
Define a form collection?
Name the property which is on a combo box do you set with a column name, prior to setting the data source, to display data in the combo box?
what is stored procedural
What are private assemblies?
how can we create a webpage in .Net