What is wrong with my browser settings?

  • Thread starter Thread starter jm
  • Start date Start date
J

jm

I have a dropdownlist that is repopulated upon a postback. On some of
the computers it displays the correct information, but underneath in
the HTML, it has the old values (value and text).

On other computers, it does just as it is supposed to. The ddl
repopulates and everything is wonderful.

What do I have to set on the browser to make it work right?

It is set to "Check for new on Every visit to the page" Cookies are
on and off on these machines (that don't work - the point is that
cooks are not relevant.)

Any ideas here? Thanks.
 
Hi,

All browsers are the same versions or can you say that it works with
certain browser version and doesn't work other version.

Usually enabling SmartNavigation is the reason for difference between
visible values and page HTML. Some browsers doesn't support smart
navigation thus you can see the same HTML and visible data.

Natty Gur[MVP]

blog : http://weblogs.asp.net/ngur
Mobile: +972-(0)58-888377
 
Back
Top