Calling code behind without losing values

  • Thread starter Thread starter Doug
  • Start date Start date
D

Doug

Hi,
I'm trying to set up a refresh of some of the data on a page and am
using this:

<meta http-equiv="refresh" content="120">

This works great with one exception. I only want to refresh one grid
on the page, not the entire page. I have the values I don't want to
refresh in the "is not page.postback" if statement, but because that
line is apparently doing an entire refresh of the page, the if
statement doesn't behave like I'd like and all my other data gets
refreshed too.

How do I set it up so a page is "refreshed" but does not act like a
post back so I can refresh just what I want? I would prefer to avoid
doing this in javascript if I could.
 

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

Back
Top