F
Flip
I'm creating a webpage to send an email, but I'm having a problem with page
navigation, data entry and the validators. :< I cannot seem to get it right
with the IsPostBack property I think.
When I goto my page (http://www.pchenry.com/LaunchExtendedUrls/), enter in
the information then click on the send button, without doing anything
special, the page refreshes with the same data I typed out before. Ok, so I
put in a redirect to itself (using Response.redirect( request.getFullUrl())
(the method name might be wrong, sorry, I'm doing this from memory). But
now the validator logic seems to be screwed up.
What is the proper way to clear out the data on the page when I want to go
back to itself after a user clicks on the Send button?
Thanks.
navigation, data entry and the validators. :< I cannot seem to get it right
with the IsPostBack property I think.
When I goto my page (http://www.pchenry.com/LaunchExtendedUrls/), enter in
the information then click on the send button, without doing anything
special, the page refreshes with the same data I typed out before. Ok, so I
put in a redirect to itself (using Response.redirect( request.getFullUrl())
(the method name might be wrong, sorry, I'm doing this from memory). But
now the validator logic seems to be screwed up.
What is the proper way to clear out the data on the page when I want to go
back to itself after a user clicks on the Send button?
Thanks.