Adding data from a text box to a datagrid
From the tool box I dragged and dropped three controls a datagrid, a text box and a button. Button and text box are outside the datagrid. If some thing is typed in the text box and then button (say Add button) is clicked. The data from the textbox must be added to the field in the datagrid. There is no table attached to the grid (i.e. no data source).
So if I type say 1006 1st and then 1008 and so on in the text box and after each entry press Add button, it should add that value to the datagrid row (i.e to new row each time). Datagrid has only one field/column.
Can some one please refer to a link were this kind of problem is addressed or can give me a detail idea of how it can be achieved.
Thanks in advance

