Re: ATLAS Bug w/ImageURL
- From: "GaryDean" <GaryDean@xxxxxxxxxxxxxxxxx>
- Date: Mon, 5 Mar 2007 13:17:18 -0800
Walter,
I changed to using a querystring as you advised and it now works! But, I'm
not sure why. It seems the use of a session variable should also work, and,
it does if the user is using I.E.6. Thanks for solving this problem but do
you know why it was failing with a session variable?
--
Regards,
Gary Blakely
"Walter Wang [MSFT]" <wawang@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:S8P5hIwXHHA.2372@xxxxxxxxxxxxxxxxxxxxxxxxx
Hi Gary,
I noticed you're using Session to store the image index. I suggest you to
use QueryString to pass the image index:
int myInt = Int32.Parse(Request.QueryString["index"]);
Then you can use "Image.aspx?index=0" to use that image, no need to use
Session to pass the image index.
I've tested it on my side on Windows XP with IE7 and it works correctly
for
the AJAX UpdatePanel.
I could send you a working demo project if needed.
By the way, IE7 doesn't install on Windows 2000, it requires Windows XP
Service Pack 2 (SP2), Windows XP Professional x64 Edition, Windows Server
2003 Service Pack 1 (SP1). IE7 is available in Vista.
Regards,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
.
- Follow-Ups:
- Re: ATLAS Bug w/ImageURL
- From: Walter Wang [MSFT]
- Re: ATLAS Bug w/ImageURL
- References:
- ATLAS Bug w/ImageURL
- From: GaryDean
- RE: ATLAS Bug w/ImageURL
- From: Walter Wang [MSFT]
- ATLAS Bug w/ImageURL
- Prev by Date: Need help with DetailsView
- Next by Date: Re: OLEDB DATAREADER NOT WORKING
- Previous by thread: RE: ATLAS Bug w/ImageURL
- Next by thread: Re: ATLAS Bug w/ImageURL
- Index(es):
Relevant Pages
|