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?
ds.ReadXml(Server.MapPath("family.xml"))
DataList1.DataSource = ds
DataList1.DataBind()
After editing the contents of the textboxes, how should I be saving this?