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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top