Adding Rows To DataList
-
Hello, I am using a TextBox, Button and DataList. When I submit a value from the TextBox adding the value to a row in my DataTable binding the DataTable to my DataList. I would like to be able to keep clicking the button adding new rows to the DataTable keeping the state. Example. Submit 1: Add row value 23413 Submit 2: Add row value 99999 DataList Shows: 23413 99999 Thank you so much for the help. RB
-
Hello, I am using a TextBox, Button and DataList. When I submit a value from the TextBox adding the value to a row in my DataTable binding the DataTable to my DataList. I would like to be able to keep clicking the button adding new rows to the DataTable keeping the state. Example. Submit 1: Add row value 23413 Submit 2: Add row value 99999 DataList Shows: 23413 99999 Thank you so much for the help. RB