I have a page.. call it page1. it has a button_click event that fires some sql stuff and the does a response.redirect("page2.aspx?ID=1")
page2.aspx we do some things and then click a button and that button does a response.redirect("page1.aspx?ID=1")
now.. when page1 comes back up, and i try to click on the button_click event again.. it doesn't fire. the breakpoint i have on the event never gets hit, the page does "blink" as if it did a postback.. the only thing you see is that the button gets depressed and then undepressed. i see that there is some javascript that is suppose to fire, but it doesn't.. that javascript that i'm referring to is the code the microsoft uses to fire off the button.. none of my own javascript.
does anyone have any idea what i'm doing wrong that this would happen
thanks
shannon