Raising SelectedIndexChanged event in a gridview

G

Guest

Hello,

I have a gridview in ASP .Net 2.0 whose datasource is a dataview. I
want to raise the
SelectedIndexChanged event when I click anywhere in a Row of the GridView. I
don't want to use a separate "ButtonField" to raise a
SelectedIndexchangedEvent. Right now all I have in amy gridview row are
"DataFileds". Please let me know how to achieve the same.

Thanks!!
jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top