G
Guy Noir
Hello again. I have a form that has 2 buttons. When button 1 is
pressed, I want the form to execute a few tasks and give the user
feedback. When button 2 is pressed, I want the form to reload as if it
is being called for the first time. That is, I want the code in
Page_Load if (!Page.IsPostBack) to execute as if we are calling the
page for the first time.
I guess I could do a server redirect or whatever, but is there a more
elegant solution?
TIA.
-Guy
pressed, I want the form to execute a few tasks and give the user
feedback. When button 2 is pressed, I want the form to reload as if it
is being called for the first time. That is, I want the code in
Page_Load if (!Page.IsPostBack) to execute as if we are calling the
page for the first time.
I guess I could do a server redirect or whatever, but is there a more
elegant solution?
TIA.
-Guy