PDA

Click to See Complete Forum and Search --> : DataList - Saving the data?


mendhak
Aug 6th, 2004, 12:58 AM
I'm displaying data in a DataList control like so:


ds.ReadXml(Server.MapPath("family.xml"))
DataList1.DataSource = ds
DataList1.DataBind()


After editing the contents of the textboxes, how should I be saving this?

venerable bede
Aug 6th, 2004, 08:36 AM
Try this Mendhak : http://www.aspnet101.com/aspnet101/aspnetcode.aspx

His examples are nice and straightforward for mere mortals like us.

mendhak
Aug 9th, 2004, 02:02 AM
You're pretty resourceful for a Jimi Hendrix fan. :)