I am facing problem with cache..after inserting values into DB i am tring to view the values in the popup window...where i am not getting the recent inserted values.
when i refresh the window at that time i am getting the values.
i am using all known commands
<%Response.Clear()
Response.AddHeader "PRAGMA","NO-CACHE"
response.CacheControl="private"
response.Expires=0%>
can anybody help me
thanks inadvance
vijay.
when i refresh the window at that time i am getting the values.
i am using all known commands
<%Response.Clear()
Response.AddHeader "PRAGMA","NO-CACHE"
response.CacheControl="private"
response.Expires=0%>
can anybody help me
thanks inadvance
vijay.