C
Clint
Is such a scenario possible?
I have a page, which has 1 text box & 2 buttons.
When Button1 is clicked, it submits a GET to the server.
The server doesn't send a response to this get immediatelly, the
server is waiting for some other event to occur (not from the client,
but in it's own surrounding) before it responds.
Now when this is happening, if the user clicks on the 2nd button,
I want to send the text in the text box to the server through a 2nd
GET (served by a different asp page).
When I try this - my Page_load for the
2nd page doesn't get called at all?
Is such a thing possible at all? If not, any other change
I can make to my design to simulate this?
I have a page, which has 1 text box & 2 buttons.
When Button1 is clicked, it submits a GET to the server.
The server doesn't send a response to this get immediatelly, the
server is waiting for some other event to occur (not from the client,
but in it's own surrounding) before it responds.
Now when this is happening, if the user clicks on the 2nd button,
I want to send the text in the text box to the server through a 2nd
GET (served by a different asp page).
When I try this - my Page_load for the
2nd page doesn't get called at all?
Is such a thing possible at all? If not, any other change
I can make to my design to simulate this?