Help with getting text of GridView button field

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ty

    #1

    Help with getting text of GridView button field

    I am using Web Developer in Visual Studio 2008.

    I have a Gridview that is bound to a DB with a AccessDataSourc e. One
    of the columns is of type button. The text is set behind the scene
    from the DB os I do not name the button or set any properties.

    What I'm trying to occomplish is that when the user clicks on one of
    the buttons I need to get the text of that button to use in SQL.
Working...