TheWizardofInt
Well-known member
I use the postback method to force users to access through the login page. such that if postback = true, then you go to the login page
Clicking any of the button forms sends the asp code to the page_load event, and the postback = true, so it wants to force the whole thing to reload from log in
What am I doing wrong? Or is there a way to detect that I have clicked the button and then not go to the log in?
Thanks!
Clicking any of the button forms sends the asp code to the page_load event, and the postback = true, so it wants to force the whole thing to reload from log in
What am I doing wrong? Or is there a way to detect that I have clicked the button and then not go to the log in?
Thanks!