Re: Postback Problem

Tech-Archive recommends: Speed Up your PC by fixing your registry



What exactly do you mean under "need to postback"? To run the code located
in the "if postback=true" branch?

Eliyahu

"Alper OZGUR" <alpozgur@xxxxxxxxx> wrote in message
news:ujurXMePGHA.2624@xxxxxxxxxxxxxxxxxxxxxxx
I'm counting some records.. if this value bigger than i gave. assigning
some value to a session object.. and need to postback the page..
cause there are lot's of codes writed in if postback=false then...


"Eliyahu Goldin" <removemeegoldin@xxxxxxxxxxxxxx>, haber iletisinde
þunlarý yazdý:uUAZ6EePGHA.3936@xxxxxxxxxxxxxxxxxxxxxxx
"Postback" means posting the page back to the server from the client. How
is your scenario related to this definition?

Eliyahu

"Alper OZGUR" <alpozgur@xxxxxxxxx> wrote in message
news:e8Cez%23dPGHA.312@xxxxxxxxxxxxxxxxxxxxxxx
Hi;
In my code i'm checking some conditions and if the condition fails i
want to postback the page. Tried using the below methods but the when
form is loaded the postback status is false.. how can i solve?

Page_Load(1,SystemEventArgs.Empty)
or
Response.write("<script> __doPostback('Mybase','Load');</script>")










.