E
ethem
Hi colleagues,
I need to navigate to webpage after postback. so user enters value and
then I retrieve the website depened users input. reponse.redirect
works fine (retrieve the url in code behind and doing
reponse.redirect.
But I need to open the page in a NEW window. So the only solution is
hyperlink or a href setting navurl and target value. But these
controls are not doing postback or the client side control is executed
before server side.
I must do postback to retrieve the URL, and URL depends on users
input....
so how can I open a new window after postback and url is
retrieved.... ? in other words response.redirect + target="_new".
any idea?
thanks ,
I need to navigate to webpage after postback. so user enters value and
then I retrieve the website depened users input. reponse.redirect
works fine (retrieve the url in code behind and doing
reponse.redirect.
But I need to open the page in a NEW window. So the only solution is
hyperlink or a href setting navurl and target value. But these
controls are not doing postback or the client side control is executed
before server side.
I must do postback to retrieve the URL, and URL depends on users
input....
so how can I open a new window after postback and url is
retrieved.... ? in other words response.redirect + target="_new".
any idea?
thanks ,