Question:

How to select a gridview row without having special select button in each row, just by clicing on it anywhere

by  |  earlier

0 LIKES UnLike

I want to select a row so that i can handle the underlying data in it. I dont want to use any template field or any extra column for this purpose.

I want the whole row just act like a hyperlink so that i can clicko on it and select the data of that row. I need some help regarding code for the above situation exactly. I am using C# and ASP.Net 2.0 . Please any one help

 Tags:

   Report

3 ANSWERS


  1. graphics design-

    http://userstyle.org/


  2. In .NET there is a control called DataGridView that sounds exactly like what you are using.  The DataGridView has a property called "SelectionMode", set this to "FullRowSelect".  

    This will enable an entire row to be selected when the user clicks anywhere within that row regardless of the cell.

  3. visit the website you will get it

    http://www.jumanjicomesback.blogspot.com

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.