Hi,
MS launched a new version of Smart navigation to correct some known issues,
you can find it here:
http://msdn.microsoft.com/downloads/samples/internet/default.asp?url=/downlo
ads/samples/internet/asp_dot_net_servercontrols/smartnav/default.asp
>This release of SmartNavigation improves on earlier versions by fixing the
following bugs.
>
>1. A new window and script error with controls that do a postback with
client script.
>2. A new window opens when a RequiredFieldValidator is applied twice to a
RadioButtonList.
There's a related bug article in MS Knowledge Base but I don't have the link
here.
**Important** Sidenote: as strange as it may seem this new version always
crashes my IE 6.0 when used in a relatively complex page (severall
validators)... but maybe this will fix your problem (it's probably a private
problem with my IE). Backup the script files, just to be sure. :)
Best Regards,
Rui Quintino
-------------
Rui Quintino
Analista/Programador
rquintino@n...
http://rquintino.pt.vu
-------------
> -----Original Message-----
> From: Saul Kaplan [mailto:kaplan@n...]
> Sent: segunda-feira, 27 de Maio de 2002 15:55
> To: ASPX_Professional
> Subject: [aspx_professional] Validation doesn't work if Smart Nav on?
>
>
> Hi
>
> I recently updated my .net environmemt to the relase version from
> beta 2.
> I now have a problem in that none of my validators work correctly
> if Smart
> Navigation is on for the page.
>
> Initially if a button (with CausesValidation=True) is clicked the
> validator displays the error, then if another button (with
> CausesValidation=False) is clicked then the code behind executes but the
> page is not refreshed, the validator stays showing and the new
> data is not
> shown? Basically the page will not relaod correctly after a validation
> error has been displayed once?
>
> Any help appreciated.
>
> Thanks
> Saul
>
>
>