server .transfer is not working for Request.UrlRefe rrer.PathAndQue ry;
could anyone suggest how to resolve this.since the url is not comming it is taking url from temp
string tempParent = Request.UrlRefe rrer.PathAndQue ry;
any alternative way.could anyone suggest
User Profile
Collapse
-
httphandlers
suppose assume A as parent page.
step1:in step 1 i have navigated from page A to page B.from page B i clicked on cancel button.it came to page A.
step2:in step to i have navigated from page A to page C.from page c i clicked on cancel button.This time it didnt return to page A instead of this has gone to page B.
while debugging i came to know there is a problem with http handlers..below is the code.could... -
thanks for ur reply.i will check and mail u. -
hai i have a proble.when i click cancel button first time it returns to previous page.i have again run the same and clicked cancel button.but this time it is redirecting to the page of to where i clicked cancelled button for first time.after debugging i found the proble is with
string tempParent = Request.UrlRefe rrer.PathAndQue ry;Leave a comment:
-
cancel button after running twice it doest work properly
Run any filter
Click on Cancel button from the contacts navigator
The page goes back to Filter navigator
Run another filter
Click on Cancel button from the contacts navigator
Instead of taking the user back to the contacts navigator it brings back the contacts of the filter ran the first time.
after seeing this there was a problem in this code
string tempParent = Request.UrlRefe rrer.PathAndQue ry;...
No activity results to display
Show More
Leave a comment: