Hi
I am using vb.net
I am building a table, I am doing this programatically using a string builder. There could be multiple rows to this table.
In the last column of this table I would like to place a
asp button control for each row. How could I do this?
I would also like to add a click event for these buttons. Each row has a unique value, I would like the event to get this value and perform further actions with it.
I do not wish to use a Datagrid etc etc.. There are good reasons for building it this way.
Please advise