Htmltable cache?

F

fnews.telia.net

Hello!

I'm building a htmltable in vb and when it is done I'll set some of the
columns to not visible. When I then swithing from values to procent the page
don't know which value is the right. The page is still keeping the old
values (of some). It's not logical behavior from the browser.
It seems that the browser think it is the same values in the cell so it not
necessary to reload the data. How can I get around that?
Is it possible in some way that IE will caching or is this a similar server
cache?

/best regards, Micke
 
P

Paul Larson

Have you tried simply using a CSS class to handle the display/hide of the
<TD> element?

<style>
..hide { display:none; }
..display { display:" "; }
</style>

This way, the element is still fully rendered to the client, but the client
browser hides the resultant object.

HTH
Paul
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
474,142
Messages
2,570,818
Members
47,362
Latest member
eitamoro

Latest Threads

Top