edit all items in ListView, even nested ListViews

  • Thread starter Thread starter Ryan Liu
  • Start date Start date
R

Ryan Liu

Hi,

Apparently asp:ListView (and other data binding controls) only allow you
edit one item at a time.

Is that possible to edit/save all items at the same time? Can I put all
items into edit mode and I can still use Data Binding features?

I need do this since I need check items don't overlap. Actually things get
even more tricky when I try to edit nested ListView.

Thanks,
Ryan
 
Hi,

Apparently asp:ListView (and other data binding controls) only allow you
edit one item at a time.

Is that possible to edit/save all items at the same time? Can I put all
items into edit mode and I can still use Data Binding features?

I need do this since I need check items don't overlap.  Actually thingsget
even more tricky when I try to edit nested ListView.

Thanks,
Ryan

Hi Ryan

please take a look here
http://stackoverflow.com/questions/...-an-asp-net-listview-control-at-the-same-time

Hope this helps
 
Back
Top