SelectText property of command field in GridView control

  • Thread starter Thread starter BillE
  • Start date Start date
B

BillE

I'm using VS.NET 2005 (VB) webforms.

I have a gridview control with a select command field. Actions are
performed on the gridview.SelectedIndexChanged event when the select command
is clicked.

I would like to display descriptive text for the SelectText property of the
command field. This text should be different for each row in the grid.

I can't find a way to do this, I would appreciate any assistance.

Thanks
Bill
 
Back
Top