waffle

waffle

  • NA
  • 48
  • 0

how to get value from an input box

Jan 28 2007 8:21 AM
VS2005
i have a listview where the second column item will come from a value from an input box. but i don't know how to get it. here's my code.. pls help me! tnx in advnce!

ListViewItem.ListViewSubItem quantity = new ListViewItem.ListViewSubItem(name, <i don't know what to put here>);


Answers (3)