Hello,

I have al problem with caching. I'm using a client based (flash) geographic search and a
datagrid. When i use

<% Response.CacheControl = "no-cache" %>
<% Response.Expires = -1 %>

the geographic search is working fine, but the pages of my datagrid expires. When i turn caching on, there are no problems with the datagrid, only my clientbased geographic search doesn't come with the needed results in the datagrid.

Help!!!!!

Greetz...

FLOW