S
Stephan Bour
I have a vexing problem I hope someone can help me with:
I have an ASP.Net site that allows users to place orders for biological
materials. Once the order is done though, I would like to have two pieces of
information automatically entered into textfields on a form managed by a
different site on a different server.
I can do a Response.Redirect to the other site no problem and load the blank
form page. My question is whether I can have the two text boxes on that
blank form automatically filled up with some data contained in a datagrid on
my side. The outside form has a <textarea name="sequenceData" cols="45"
rows="8"></textarea></td> for example. Can I pass a string in the
Response.Redirect method and target it to that textarea?
Thanks,
Stephan.
I have an ASP.Net site that allows users to place orders for biological
materials. Once the order is done though, I would like to have two pieces of
information automatically entered into textfields on a form managed by a
different site on a different server.
I can do a Response.Redirect to the other site no problem and load the blank
form page. My question is whether I can have the two text boxes on that
blank form automatically filled up with some data contained in a datagrid on
my side. The outside form has a <textarea name="sequenceData" cols="45"
rows="8"></textarea></td> for example. Can I pass a string in the
Response.Redirect method and target it to that textarea?
Thanks,
Stephan.