Hello, I have a grid that is created dynamically at runtime. It is also databound.
Well, we need to be able to add a column to the grid which is filled with hyperlinks that are dynamically generated according to the RowIndex. How would we do this? I just can't figure out how access the Columns in the ItemDataBound and I can't figure out what is the proper way of adding a column that is not in the bound dataset.
Well, we need to be able to add a column to the grid which is filled with hyperlinks that are dynamically generated according to the RowIndex. How would we do this? I just can't figure out how access the Columns in the ItemDataBound and I can't figure out what is the proper way of adding a column that is not in the bound dataset.