TREEVIEW - xmlDocument - how to....?
- From: K B <kathyburke40@xxxxxxxxxxx>
- Date: Fri, 28 Apr 2006 05:55:53 -0700
Hi,
I can find lots of references in using Asp.Net 2.0 treeview to bind to
more simple xml, but not that shows how to use it with elements AND
attributes. For example, here is the type of document I'm trying to
use:
<Process name="Testing" required="yes" startdate="3/15/06">
<Instruction title="Testing Instructions" doc="test.xml" start=""
finish"" />
<Instruction title="Testing Two" doc="test2.xml" start="" finish"" />
</Process>
I would like the treeview to do this:
Process
name
required
startdate
Instruction
title
doc
start
finish
Instruction
title
doc
start
finish
My goal is to allow the user to click on the node (element OR attribute)
and show a little edit form where they can make changes and save them
back to the document.
Again, all examples I can find don't show how to use the actual element
attributes in this way.
Help greatly appreciated.
Thanks,
Kit
*** Sent via Developersdex http://www.developersdex.com ***
.
- Prev by Date: RE: DetailsView formatting
- Next by Date: AuthorizationStoreRoleProvider Issues
- Previous by thread: IIS 5.0 Process Isolation Mode Causes System.Web.Mail to Fail
- Next by thread: AuthorizationStoreRoleProvider Issues
- Index(es):
Relevant Pages
|