update question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

On my web form I need to show items that can be 1 item or 100 items, on this
web form the user can also update these items. Is there a way to update more
then 1 value at one time? Could I use the datagrid or datalist to do this?

example:
BMW 25,000 Sold
BMW 14,500 Sold
Lexus 22,000 Pending

etc.

how can i hit a button to update these at one time?
 
On my web form I need to show items that can be 1 item or 100 items, on this
web form the user can also update these items. Is there a way to update more
then 1 value at one time? Could I use the datagrid or datalist to do this?

example:
BMW 25,000 Sold
BMW 14,500 Sold
Lexus 22,000 Pending

etc.

how can i hit a button to update these at one time?

if you are using 2.0, you can take a look at this:

http://fredrik.nsquared2.com/viewpost.aspx?PostID=202
Peter Kellner
http://peterkellner.net
 
Back
Top