User Profile
Collapse
-
Try placing an excel file in the same folder, and try opening that file in the browser to see if there is any problem with Excel -
<Script>
window.history. forward(1);
</Script>
Add the above code in the page where clearing the session
Ex: Add the code in page 1, click logout takes u to Page 2
Now if u click on back button in page 2, u cannot come back to Page 1Leave a comment:
-
<Script>
window.history. forward(1);
</Script>
Add the above code in between your head tag, in the page where don't want to go back
Ex: Add the above code in Page1 and if you click on Logout in this page and u go to Page 2
Now if you click back button, u can't go back to page1Leave a comment:
-
ASP.Net System.NullReferenceException
How to eliminate this error, I am assigning value to a webservice field to Save that. I am getting error at the last line
Dim SupportCase As SupportCase
SupportCase = New SupportCase()
SupportCase.com pany.name = "53580 Test1"
Thanks in advance
No activity results to display
Show More
Leave a comment: