visual studio 2010 - How can 'enable selection' in a gridview be activated programatically in vb? -
I'm using VisualStudio 2010 vb
When you use Gridview, you You can expand and select the 'Choable' menu and select 'Select Selection' and it can be created in each row by a select link (which can be changed on the button), allowing it to choose the line and triger, for example, the row A drill below the information contained in
Can this 'enable selection' be programmatically activated?
I made the following efforts without any consequences:
GridView1.AutoGenerateSelectButton = True
Thanks
I found out that I was missing the database, the following tasks
Gridview 1 ENTER Generate Button Button = True Gridview 1.Datind ()
Comments
Post a Comment