D
ddt.demos.su
I have had some problems with using Samrtnavigation.
Using a frame solution where initially a datagrid is displayed, which when
an item is selected hides the datagrid panel & presents a panel of controls
that have validation.
Without smatnavigation this works fine, with it enabled the error message
'can't find script....' occurrs.
One thing I found that cures it is setting; in I.E. the 'Check for newer
versions of stored pages' to automatic, this made me think that it is
somehow linked to caching.
The solution I am currently using is to create a textbox (invisible) on the
datagrid panel with a value, plus a required validation control (visible).
This works as it seems that if the WebUIValidation script is not loaded when
the page is first rendered it will not find it on postback.
ARC
Using a frame solution where initially a datagrid is displayed, which when
an item is selected hides the datagrid panel & presents a panel of controls
that have validation.
Without smatnavigation this works fine, with it enabled the error message
'can't find script....' occurrs.
One thing I found that cures it is setting; in I.E. the 'Check for newer
versions of stored pages' to automatic, this made me think that it is
somehow linked to caching.
The solution I am currently using is to create a textbox (invisible) on the
datagrid panel with a value, plus a required validation control (visible).
This works as it seems that if the WebUIValidation script is not loaded when
the page is first rendered it will not find it on postback.
ARC