Ask a Question related to ASP.NET General, Design and Development.
-
KathyB #1
Using ASP.Net controls within an XmlDocument instance -- and post form question?
Hi, I would be grateful for any guidance in how to achieve the
following.
I have an aspx page in which I transform an xmlDocument instance to
the browser...so (as I understand it) that page contains the
xmlDocument AND the transformed instance client-side in the browser.
The main xml element used in this doc is a <step> element. For each
step element I will create an "Anomaly" button using xsl to create an
<input> button in html and assign the same id as the step's id.
This button should set a session variable that contains the <step>
text node, open a new window and load a form using the variable...the
data captured here will not be saved to the xmlDocument but to a
database.
At the end of the day, I need the user to click on a Finish button
(which I've created via xsl) which will post back the entire form (and
run validation on a few <data_entry> fields). The bulk of the form is
document-based, not data structured like database fields.
I've been looking at the Forms collection, but still unsure of how and
IF I can accomplish what I want...fairly new to the asp side of
things.
Sorry for the length here...any insight into (1) capturing the <step>
from within the html (or would I need to go back to the xmlDocument on
server-side) and (2) posting back the html form to update the
server-side xmlDocument? Ideally in total, not in pieces! This is then
saved as an .xml file.
Thanks in advance for your consideration.
Kathy
KathyB Guest
-
redirect but with post data - mimick form post behaviour
Any thoughts on how to mimic result of submitting form data via POST Method? I have some code that sanitizes some submitted formfields and i'd like... -
user controls: dynamiclly added child controls dont survive post back ?
hi, i have some strange behaviour: i've created a web user control that add's some child controls (e.g: textbox, image buttons) to its control... -
Form action question -- remost POST using XMLHTTP
Hi everyone, I am trying to post some data to a form using the XMLHTTP object, and have run into a problem trying to find the proper location of... -
newbie form post question
Please tell me how I can get the values and items for a form posted using the post method. The posting page is HTML and I won't know what's in it... -
loading xmlcontent from one xmldocument into another xmldocument
Hi, I get xml data into one xmldocument and other xml data into a second xmldocument. Let's say the structure of the first is <Table>...



Reply With Quote

