G
Guest
Hi there:
I'm using ASP.NET AJAX and liking it, but I've run into an issue I'm not
sure how to address.
I'm building a very simple image browser I'm sure you've all seen before --
one asp:Image tag and a couple of Next/Previous LinkButtons -- and
everything's working just fine, but of course, since we're not doing
full-page refreshes, the URL in the Address bar never changes -- it simply
remains Photo.aspx, for instance. I'd like to be able to set either a
QueryString parameter that the user can copy and pass around to others,
allowing the recipient to click the link and jump right to the image the
sender intended her to see.
Any out-of-the-box way to address this? In pure JavaScript plus handcrafted
Ajax, I think I could do it, but I'm wondering whether there's a way to do it
properly in the ASP.NET AJAX world.
Thanks much in advance!
Chris
I'm using ASP.NET AJAX and liking it, but I've run into an issue I'm not
sure how to address.
I'm building a very simple image browser I'm sure you've all seen before --
one asp:Image tag and a couple of Next/Previous LinkButtons -- and
everything's working just fine, but of course, since we're not doing
full-page refreshes, the URL in the Address bar never changes -- it simply
remains Photo.aspx, for instance. I'd like to be able to set either a
QueryString parameter that the user can copy and pass around to others,
allowing the recipient to click the link and jump right to the image the
sender intended her to see.
Any out-of-the-box way to address this? In pure JavaScript plus handcrafted
Ajax, I think I could do it, but I'm wondering whether there's a way to do it
properly in the ASP.NET AJAX world.
Thanks much in advance!
Chris