|
-
Oct 21st, 2009, 04:27 PM
#1
Thread Starter
Frenzied Member
checkrefresh in chrome
The issue never ends lol.......... so I am having this problem with google chrome now.
See in my page load, I have
Session["CheckRefresh"] = Server.UrlDecode(DateTime.Now.ToString());
Then in page_render:
ViewState["CheckRefresh"] = Session["CheckRefresh"].ToString();
In my dropdownlist set to autopostback(), I checked
if (Session["CheckRefresh"].ToString() == ViewState["CheckRefresh"].ToString()) then do something
The problem is that, I put a response.write to print out those 2 values before checking that if statement, but the values are different on Google chrome. IE and firefox works just fine. What am I missing here?
-
Oct 22nd, 2009, 01:12 AM
#2
Re: checkrefresh in chrome
Hey,
How are they different? Can you provide examples?
Gary
-
Oct 22nd, 2009, 06:31 AM
#3
Hyperactive Member
Re: checkrefresh in chrome
what is output you got..
elaborate further..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|