Can someone help me solve this problem.. what i have going on is this.. on a form i have 2 textboxes, and one button. Now then when the user enters in a word in textbox1 and clicks on the button it puts that word into my multi lined textbox2, and clears textbox1. Then the user enters a second word and clicks the button this also adds the word. No problem here. BUT at anytime when the user clicks the back button on the browser it will take the word out of the multi box and place it back in textbox1... My questions is how do i prevent this from happing? One idea that i tryed was using the Ispostback in the pageload evt but when the back button is fired this evt is never called because it has already happened.. suggestions?
thanks
--------------
thanks
--------------