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

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -