S
shishir.y
Hi All,
I will try to explain the problem I am facing. I have an aspx
page which loads properly. It has a text box. When the user enter
something in the text box and press button control next to it, I need
to do some kind of validation and will provide a confirm message to the
user (using JScript, I have done this).
Now what is happening is, when user selects "OK" from the confirm
message box, I am reading the return response of user in Page_Load as
below. Based upon the response, I need to proceed with some processing
here. I do the processing (which is basically download some file) and
then when I return the page doesn't load !!!
Any clue in this regard will be of great help.
Thanks,
Shishir.
I will try to explain the problem I am facing. I have an aspx
page which loads properly. It has a text box. When the user enter
something in the text box and press button control next to it, I need
to do some kind of validation and will provide a confirm message to the
user (using JScript, I have done this).
Now what is happening is, when user selects "OK" from the confirm
message box, I am reading the return response of user in Page_Load as
below. Based upon the response, I need to proceed with some processing
here. I do the processing (which is basically download some file) and
then when I return the page doesn't load !!!
Any clue in this regard will be of great help.
Thanks,
Shishir.