cancel button after running twice it doest work properly

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rameshbabucv
    New Member
    • Apr 2007
    • 5

    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;

    could u give me answer for this
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    No. But perhaps this link might help.

    Link

    Comment

    • rameshbabucv
      New Member
      • Apr 2007
      • 5

      #3
      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;

      Comment

      • radcaesar
        Recognized Expert Contributor
        • Sep 2006
        • 759

        #4
        Yes it should since u had stored that in temp. I don't know whether u had used else where.

        Here is 4 ur ref:

        http://discuss.develop .com/archives/wa.exe?A2=ind02 10d&L=dotnet-web&T=0&F=&S=&P =9484

        Comment

        • rameshbabucv
          New Member
          • Apr 2007
          • 5

          #5
          thanks for ur reply.i will check and mail u.

          Comment

          Working...