I am looking to use a textbox control to take in data as a reference for all selected rows in a dataview. The order of things:
- Checkbox selected for each row in a dataview
- Textbox control input takes reference (no binding)
- Save button pressed.
- Check if textbox control isn’t empty. If not, update the dataview rows that are selected with the reference in a column.
Thanks!