Gridview: Get the value in the cell

  • Thread starter Thread starter G. Whiz
  • Start date Start date
G

G. Whiz

MsgBox(GridView1.SelectedRow.FindControl("FirstName"))



This doesn't work.

How do I get the value of
FirstName?????????????????????????????????????????????????????????????????????????????FKNA??
 
The use of MsgBox suggests you're trying to do something client-side or in a
Windows apps.
 

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