adding to a datagrid

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lee123
    Contributor
    • Feb 2007
    • 556

    adding to a datagrid

    how can i add items in a datagrid using a inputbox

    lee123
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    accept the value from inputbox.
    store in an array
    populate the grid from the array.

    Comment

    Working...