C
CC
I noticed several differences between the way my code behaves on my
local machine, and how it behaves on the server. I've found work
arounds for all but a few issues. Any help would be greatly
appreciated!
- SmartNavigation doesn't seem to be working right. I have multiple
dropdowns on a page. With the smartNavigation property set to true,
pressing the 'Back' button should go back to the 'previous' screen
(which was a menu) no matter how many drop down items were selected.
This works properly on my local machine, but on the production server,
it does not: if I make a selection from all three drop downs, for
example, I have to press the Back button three times to get back to
the menu. Since the smartnav works fine for another developer here
(same server, different application), I'm thinking it must be
something with my code and not the server.
- RangeValidator is not working. Works fine to prevent erroneous
entries (checking a date range) on my own machine, but does not seem
to even be invoked on the production server... so bad data is ending
up in the db. I'm wondering if this is associated with the smart
navigation problem?
I want to keep the smartnavigation property set to true
All components are set to autopostback.
I'm working in C# with a little jscript... though a little new to
both...
Thanks!!
Carol
local machine, and how it behaves on the server. I've found work
arounds for all but a few issues. Any help would be greatly
appreciated!
- SmartNavigation doesn't seem to be working right. I have multiple
dropdowns on a page. With the smartNavigation property set to true,
pressing the 'Back' button should go back to the 'previous' screen
(which was a menu) no matter how many drop down items were selected.
This works properly on my local machine, but on the production server,
it does not: if I make a selection from all three drop downs, for
example, I have to press the Back button three times to get back to
the menu. Since the smartnav works fine for another developer here
(same server, different application), I'm thinking it must be
something with my code and not the server.
- RangeValidator is not working. Works fine to prevent erroneous
entries (checking a date range) on my own machine, but does not seem
to even be invoked on the production server... so bad data is ending
up in the db. I'm wondering if this is associated with the smart
navigation problem?
I want to keep the smartnavigation property set to true
All components are set to autopostback.
I'm working in C# with a little jscript... though a little new to
both...
Thanks!!
Carol