I'm displaying data in a DataList control like so:

VB Code:
  1. ds.ReadXml(Server.MapPath("family.xml"))
  2.         DataList1.DataSource = ds
  3.         DataList1.DataBind()

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