I am trying to clear textboxes before response.redirecting to another page.
Textboxes are getting empty after inserting data, but issue in browser that if i click go back in browser then same data (Cache) get refill in textbox.
Hi akhter,
By default when you click back button on browser, page loads from cache. ie.. you are not back to the previous page but previous request.
So you need to clear the cache. Refer below link.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.