Buttons text in DataTable columns
I'm filling a Datatable with records from a sql database.
Each row in the datatable includes a column with a button.
The user can press this to bring up additional information.
I want to be able to change the text on each button depending on underlying information. Does anyone know how to set the .text for each individual button contained in a datatable column?
|