Hi
I managed to fix this before using that!
What I want to also know is that if I can declare an ASP function in C#
I have a products page, when someone clicks an item image it loads a popup like this
link.com/zoompage.aspx?image=http://www.product-large.com/image-big-no-thumbnail.jpg
On this page zoompage.aspx - I have it like
Declare ASP C# page
HTML
FORM runat server
Java/Flash product zoom
End
Now the C# is a seperate script which rights a XML file on the page load.
The XML file has to load the Image inside of it. I normally use
<%=Replace(Request.QueryString, "image=", "")%>
That prints the address of the image and removes the
www.image.com/zoompage.aspx?image=
How do I display that command in C#
Example
zoomer.aspx
feedgen.aspx.cs which writes the XML file (the xml is needed for flash to display the image as zoom)
This has to right the XML