Results 1 to 3 of 3

Thread: DataList - Saving the data?

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    DataList - Saving the data?

    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?

  2. #2
    Fanatic Member venerable bede's Avatar
    Join Date
    Sep 2002
    Location
    The mystic land of Geordies
    Posts
    1,018
    Try this Mendhak : http://www.aspnet101.com/aspnet101/aspnetcode.aspx

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

    Parksie

  3. #3

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    You're pretty resourceful for a Jimi Hendrix fan.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width