[Mono-list] RowCommand event missing in asp.net

Marek Habersack grendello at gmail.com
Tue Sep 18 03:20:36 EDT 2007


On Mon, 17 Sep 2007 22:48:37 -0400, Daniel Soto <daniel.soto2k at gmail.com>
scribbled:

> Hi list, again :-)
Hello,
> 
> At least i can run xsp2, thanks to all.
> 
> I encountered a issue in GridView. The RowCommand event does not work in 
> mono? I have a GridView linked to a DataTable, and in the template 
> column i have some imagebuttons, as i show below
> 
> <asp:GridView ID="gridProductos" runat="server" 
> AutoGenerateColumns="false" AllowPaging="true" 
> OnItemCommand="gridProductos_RowCommand">
[snip]
Add attribute OnRowCommand="gridProductos_RowCommand" to the above definition,
it should work.

regards,

marek
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-list/attachments/20070918/32d79d89/attachment.bin 


More information about the Mono-list mailing list