aspx_professional thread: Problems to get the event from onItemCommand in the DataGrid
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1FB79.EE6D2730
Content-Type: text/plain;
charset="iso-8859-1"
Hi,
I am working in a datagrid where I have included a button using the
TemplateColumn and inserted the OnItemCommand = "SelecRow" in order to get
the data from the row when this button be pressed.
The result is that the SelecRow is fired only when I press on the header of
any linked column but never when I select
the button on any row. I am doing it exactly in the same way specified on
the ASP.NET Professional book. Is there anything I am missing.
Please any help will be appreciated.
Thanks.