Groups | Blog | Home
all groups > asp.net datagrid control > july 2007 >

asp.net datagrid control : using buttons in a gridview


eagle
7/9/2007 12:21:33 PM
In the following article, it says to have a button ina gridview, you need
to capture the ItemCommand event. Well, there is no ItemCommand event in
the gridview. So I use the RowCommand. The Article says to use the
e.item.itemindex to determine the row that was selected, well the RowCommand
has no e.item.itemindex proeprty. So how am I supposed to put a button in a
gridview.

http://msdn2.microsoft.com/en-us/library/df6hth3s(vs.80).aspx

martin marinov
7/10/2007 12:00:00 AM
Hello eagle,

[quoted text, click to view]


Yes you are correct that in the GridViewCommandEventArgs class there is no
index of the row. Fo this purpose you can follow the sample of this article
that describes how you can handle the index of the row:
http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.rowcommand.aspx

Regards
Marti

eagle
7/12/2007 6:45:12 AM
Thanks! That works!

[quoted text, click to view]

AddThis Social Bookmark Button