D
Darren Oakey
G'day - I have a problem that I just can't figure out how to solve, and
would desperately love some help!!!
We have an existing product (which we don't have control over) which is a
web server that will produce a PDF document as a report - but from an XML
file that is "POST"ed to the document server.
I have a listbox that lists various reports that are available, and when you
select a report, I want that particular PDF to appear. So, basically, on
selectedindex changed, I want to response.redirect to a URL, but POST some
calculated data to that url, based on the list item selected.
how do I do this? PLEASE help, I'm going insane - I can't find anyway of
doing it! It would work great if I didn't have to send the xml data from
the "client" web page... but I do!
thanx,
Darren
would desperately love some help!!!
We have an existing product (which we don't have control over) which is a
web server that will produce a PDF document as a report - but from an XML
file that is "POST"ed to the document server.
I have a listbox that lists various reports that are available, and when you
select a report, I want that particular PDF to appear. So, basically, on
selectedindex changed, I want to response.redirect to a URL, but POST some
calculated data to that url, based on the list item selected.
how do I do this? PLEASE help, I'm going insane - I can't find anyway of
doing it! It would work great if I didn't have to send the xml data from
the "client" web page... but I do!
thanx,
Darren