Trying to retrieve a value after the user clicked the update button

  • Thread starter Thread starter Samuel
  • Start date Start date
S

Samuel

The following code returns "" even if there is a value in the textbox

s = CType(dg.Rows(e.RowIndex).Cells(0).Controls(0), TextBox).Text
 
Back
Top