Ask a Question related to ASP.NET General, Design and Development.
-
Mark #1
Implementing a Back button
We have a pretty complex web application online that has a lot of dynamic
client side stuff going on to populate dropdowns/lists with data based on
the change event of other elements.
The problem we have is that when the users click the Back button, on several
pages, when they go back, the changes they had made or things they had
selected are gone.
Does anyone have any suggestions on how to handle this so that we can make
the browser back button work with our application while still populating
data dynamically client side, or will we have to just start doing everything
server side in order for this to work??
I appreciate it. Mark
Mark Guest
-
Back button
Hello, I have two questions. 1. When the user presses the back button and returns to a form he filled the form is reseted. How do I leave... -
Stop back button
Our users ignore us when we say, don't use the back button to change data. Most pages have been programed for this but we have one that can't be. I... -
HOW TO DISABLE BACK BUTTON IN ASP
hi all For a user to log of in an application ,i've used session.abandon method and furthur the control is redirected to the home page.as a... -
My Page and BACK button
Can you rephrase your question? -- Dan Vallejo, Visual Studio and .NET Setup Team This posting is provided "AS IS" with no warranties, and... -
Back button - how?
<input type="button" onClick="javascript:history.back();" /> <a href="javascript:history.back();">back</a> or <input type="button"...



Reply With Quote

