K
Kathy Burke
HI. in asp.net app, I have an xmlDocument that I transform to the client
html. Using xsl I create a few textboxes to capture user input. Each of
these are related to <data> elements in the xmlDoc.
I want to use the Forms collection to post the html form back to an
asp.net page, and process each request.form object (textbox) via an xml
node.value update.
For any given xmlDocument there is an unknown number of items resulting
in textboxes. Each one would, however, have a unique name via their
attributes and that's how I would identify the node.values to update.
Within the new asp.net form I post the html form to, how would I
retrieve each of the items? I'm thinking some kind of for each
statement? But how to assign the name/value pairs etc. dynamically.
Hope this is clear enough! Any examples appreciated.
Thanks.
Kathy
html. Using xsl I create a few textboxes to capture user input. Each of
these are related to <data> elements in the xmlDoc.
I want to use the Forms collection to post the html form back to an
asp.net page, and process each request.form object (textbox) via an xml
node.value update.
For any given xmlDocument there is an unknown number of items resulting
in textboxes. Each one would, however, have a unique name via their
attributes and that's how I would identify the node.values to update.
Within the new asp.net form I post the html form to, how would I
retrieve each of the items? I'm thinking some kind of for each
statement? But how to assign the name/value pairs etc. dynamically.
Hope this is clear enough! Any examples appreciated.
Thanks.
Kathy