GridView.RowCommand Event fires twice - user link buttonas follow

  • Thread starter Thread starter disa kansagara
  • Start date Start date
D

disa kansagara

Change the Button Field as Link Button:


Button field as Link button and, in the text, set de tag of a html image
<img src="IMAGENAME" >
and the event fires one time

<asp:ButtonField Text="&lt;img src=Images/edit.gif /&gt;" HeaderText="Editar" >

</asp:ButtonField>




EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com/default.aspx?ref=ng
 
This is no solution for those of us who require the use of an image for a
button rather than text.

Is there a fix for this long standing grid defect?
 
Back
Top