asp.net datasource in memory which component suites this better?
Posted
by Mike
on Stack Overflow
See other posts from Stack Overflow
or by Mike
Published on 2010-05-11T04:46:37Z
Indexed on
2010/05/11
4:54 UTC
Read the original article
Hit count: 171
I need to create a page that has a listbox with databound items. Upon clicking an entry in the listbox, the page will postback and insert an entry into a listview.
The listview should have the item's name, and a textbox allowing the user to edit the value for each. I don't want the listview to be in "edit" mode. I just want the user to be able to update the value. Is this possible?
© Stack Overflow or respective owner