T
tedqn
I'm in a situation where when a user choose a list of existing db
records to include in their note, which is simply another db record
with fields including a big text field to store the xml data structure
of the records they choose. The reason for this is because those
existing records are editable so I need to capture exactly what they
see at the moment they choose those existing records to include in
their note. Later on I'll have an asp page to retrieve and display
their note .. with a field containing those xml data. Is there an easy
way to load whatever in that field into an xml object and then be able
to generate a table displaying those data in a formatted manner. Thanks.
records to include in their note, which is simply another db record
with fields including a big text field to store the xml data structure
of the records they choose. The reason for this is because those
existing records are editable so I need to capture exactly what they
see at the moment they choose those existing records to include in
their note. Later on I'll have an asp page to retrieve and display
their note .. with a field containing those xml data. Is there an easy
way to load whatever in that field into an xml object and then be able
to generate a table displaying those data in a formatted manner. Thanks.