all groups > inetserver asp components > may 2006 >
You're in the

inetserver asp components

group:

Determine Selected Cell in Gridview


Determine Selected Cell in Gridview LCE
5/26/2006 7:00:01 AM
inetserver asp components:
Hi all,

I have created a row selectable gridview control, however I am looking to
add a little more functionality. Currently, I can select a row by clicking
anywhere within the row by adding the following code in RowDataBound:
e.Row.Attributes("OnClick") =
ClientScript.GetPostBackEventReference(Me.Grid, "Select$" +
CStr(e.Row.RowIndex))

What I would like to do is find a way to determine what actual cell within
that row was clicked.

Re: Determine Selected Cell in Gridview jyoti22apr
7/29/2006 3:03:49 AM
The cell contain panel control.I want to find that panel id ,when i select on that cell.So is there any for this
---
AddThis Social Bookmark Button