[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Andrea Vasapollo

8/7/2002 6:52:00 PM

Hi all

I am developing an ASP.NET application for PDA that must permit the access
to the MapPoint.Net WebService.

Now I have this problem:

When I load a Map the first time it shows good.

The second Time i select another map it shows me the old map and not the
new.

I am using a Session to store Map Bitmap. And using tag <mobile:Image> to
show the picture. Using response.binaryWrite to send bitmap to the client.

Reading the WebServer Logs, I notice that the PDA made only te request to
the server to obtain the page containing the image tag, but not the request
to obtain the image.

What can I do?

tks

Andrea




2 Answers

Frank Tse \(MS\)

8/21/2002 8:38:00 PM

0

It seems like the device is catching the image based on the url of the image
generated by the image control. One trick you can try is to generate some
random querystring appending to the image url specified in the href
attribute in the markup so the device would make new request for the image.

Frank
http://w...
"This posting is provided "AS IS" with no warranties, and confers no
rights."

"Andrea Vasapollo" <andrewkr.geo@yahoo.com> wrote in message
news:#yjxkKjPCHA.2024@tkmsftngp09...
> Hi all
>
> I am developing an ASP.NET application for PDA that must permit the access
> to the MapPoint.Net WebService.
>
> Now I have this problem:
>
> When I load a Map the first time it shows good.
>
> The second Time i select another map it shows me the old map and not the
> new.
>
> I am using a Session to store Map Bitmap. And using tag <mobile:Image> to
> show the picture. Using response.binaryWrite to send bitmap to the client.
>
> Reading the WebServer Logs, I notice that the PDA made only te request to
> the server to obtain the page containing the image tag, but not the
request
> to obtain the image.
>
> What can I do?
>
> tks
>
> Andrea
>
>
>
>


Andrea Vasapollo

8/22/2002 7:07:00 PM

0

Yeah!

This is the correct solution.

I have just applied and running perfectly, for me!

Thanks

"Frank Tse (MS)" <ftse@microsoft.com> wrote in message
news:#e6ueHUSCHA.4040@tkmsftngp09...

> random querystring appending to the image url specified in the href