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

Daniel Soto daniel.soto2k at gmail.com
Tue Sep 18 10:06:28 EDT 2007


Thank you very much. Now it works.

Best regards.

Marek Habersack escribió:
> 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
>   



More information about the Mono-list mailing list