I'm displaying data in a DataList control like so:
VB Code:
ds.ReadXml(Server.MapPath("family.xml")) DataList1.DataSource = ds DataList1.DataBind()
After editing the contents of the textboxes, how should I be saving this?
|
Results 1 to 3 of 3
Thread: DataList - Saving the data?Threaded View
|
Click Here to Expand Forum to Full Width |