Redirection pronblem

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Redirection pronblem

    Hi


    Please clarity whether you are inserting data
    irrespective of valid or invalid into the database? After
    sucessfull insert you are redirecting to a new page?

    Ravikanth[MVP]

    >-----Original Message-----
    >Hi,
    >
    >I have a page which uses the folllowing the validation
    >controls.
    >
    > ValidationSummary1
    > Regular Expression Validator
    > Compare Validator
    > RangeValidator
    > Button Control
    >
    >After clicking the button control the code update the
    >database and redirects to a particular page in the
    >browser. I have written the database update code in
    >btn_create_Click also tried btn_create_Command it
    updates
    >the database properly but does not redirect the form.
    This
    >happens only when any of the wrong inputs are entered
    not
    >satisfying the criteria mention in any of the
    validators.
    >
    >Pls suggest me a solution.
    >
    >Thanx
    >.
    >
    Ravikanth[MVP] Guest

  2. Similar Questions and Discussions

    1. ASP redirection
      Hey, I have an idea and wonder if it's possible I want to have a form page with aboot three different drop down menus. once all the options...
    2. redirection
      Thank you for your hel my question is: How can I redirect a visitor to a HTML site if he does not have flash plugin instaled on his computer? on my...
    3. Redirection Help Please
      I try to use PHP to redirect to other page and failed. Please give me a help. Thanks. The script is: if($rows_num>0) { session_start();...
    4. URL redirection database
      I'm distributing HTML files on a CD. I'd like those files to include URLs that point to a simple database on my ISP IIS server, do a lookup based...
    5. [PHP] Redirection Question
      Hi, I'm not sure if this is going to help or not.. Since I understand your issue only barely.. If I understand correctly, regardless of whether...
  3. #2

    Default Redirection pronblem

    Yes i am update data into the database , its is also
    executing the update statement, what i found was the
    redirection does not happen when smartnavigation for the
    page is true and if before submittting some validation
    control shown an error.


    >-----Original Message-----
    >Hi
    >
    >
    >Please clarity whether you are inserting data
    >irrespective of valid or invalid into the database? After
    >sucessfull insert you are redirecting to a new page?
    >
    >Ravikanth[MVP]
    >
    >
    >>-----Original Message-----
    >>Hi,
    >>
    >>I have a page which uses the folllowing the validation
    >>controls.
    >>
    >> ValidationSummary1
    >> Regular Expression Validator
    >> Compare Validator
    >> RangeValidator
    >> Button Control
    >>
    >>After clicking the button control the code update the
    >>database and redirects to a particular page in the
    >>browser. I have written the database update code in
    >>btn_create_Click also tried btn_create_Command it
    >updates
    >>the database properly but does not redirect the form.
    >This
    >>happens only when any of the wrong inputs are entered
    >not
    >>satisfying the criteria mention in any of the
    >validators.
    >>
    >>Pls suggest me a solution.
    >>
    >>Thanx
    >>.
    >>
    >.
    >
    Platino Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139