Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am opening a small window from one page.
while first time when i was opening the language value in session variable is same in both source and destination page.
But while i was changing my language in one run then in the destination page language value in session is changed.
This is the problem only in destination page but in source page the session value is coming fine.

I am working in 2003 .net and running in IE7.

But if i am deleting the history files from IE settings then it is giving me the same value in both the pages.

EX:-

I am opening a page amit.aspx from gaba.aspx.
in first run the sessionvalue is fine for language.
But after changing sessionvalue for language.
if i am again opening amit.aspx from gaba.aspx.
amit.aspx does not have proper value which gaba.aspx has.
If i am deleting history and cache then it is fine.
i am opening amit.aspx page from Image server contol and passing querystring parameter and in amit.aspx page i have lables and button which are getting value from some dll function calling.

Why it is like this.

Please do reply with me some needful answer.

Thanks in advance
Amit Gaba
Posted
Comments
radix3 18-May-10 23:15pm    
could u paste in the code that you tried

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900