ashstampede
Programmer
In my asp application is very database driven, set of things are done on one page and then transfer to another page via button click.
what i am trying to figure out is why does the application runs through the code on the first page beofre sending you to the second page. That seems like a huge waste and possible slow down if there is a mass load of traffic.
is this caused by autopost back or what? and if so why is autopost back set to true by default? it there away i can avoid the application re doing all the code before sending you to the next page?
what i am trying to figure out is why does the application runs through the code on the first page beofre sending you to the second page. That seems like a huge waste and possible slow down if there is a mass load of traffic.
is this caused by autopost back or what? and if so why is autopost back set to true by default? it there away i can avoid the application re doing all the code before sending you to the next page?