User Profile

Collapse

Profile Sidebar

Collapse
rameshbabucv
rameshbabucv
Last Activity: Apr 24 '07, 11:40 AM
Joined: Apr 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rameshbabucv
    started a topic httphandlers
    in .NET

    httphandlers

    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
    See more | Go to post

  • rameshbabucv
    started a topic httphandlers
    in .NET

    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...
    See more | Go to post

  • thanks for ur reply.i will check and mail u.
    See more | Go to post

    Leave a comment:


  • 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;
    See more | Go to post

    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;...
    See more | Go to post
No activity results to display
Show More
Working...