M
me
Just starting to learn asp.net but i dont understand
what postback is for. I have never in asp.old, php or perl
etc. sent the user back to the same page when a submit button
is clicked. Does asp.net insist on this in order to do
automatic validation of inputfields, or is there some other
explaination?? End result is that I always have to do
Response.Redirect() after a submit, which seems clumsy. I am
doing something wrong??
what postback is for. I have never in asp.old, php or perl
etc. sent the user back to the same page when a submit button
is clicked. Does asp.net insist on this in order to do
automatic validation of inputfields, or is there some other
explaination?? End result is that I always have to do
Response.Redirect() after a submit, which seems clumsy. I am
doing something wrong??