Ask a Question related to ASP.NET General, Design and Development.
-
Ravikanth[MVP] #1
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]
updates>-----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 itThis>the database properly but does not redirect the form.not>happens only when any of the wrong inputs are enteredvalidators.>satisfying the criteria mention in any of the>
>Pls suggest me a solution.
>
>Thanx
>.
>Ravikanth[MVP] Guest
-
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... -
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... -
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();... -
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... -
[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... -
Platino #2
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]
>
>>updates>>-----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>This>>the database properly but does not redirect the form.>not>>happens only when any of the wrong inputs are entered>validators.>>satisfying the criteria mention in any of the>.>>
>>Pls suggest me a solution.
>>
>>Thanx
>>.
>>
>Platino Guest



Reply With Quote

