Need help with buttons on Template Gridview
Hello I´m new on this forum and i got a question I´m using a Template Gridview and I put 1 buttons for make a query over one of the results in the query, and i want to know how to make the event over this buttons here is the code:
<asp:TemplateField ShowHeader="False">
<ItemTemplate>
<asp:LinkButton ID="btnConsultar" runat="server" CausesValidation="false"
CommandName="myLink" CommandArgument='' Text="Consultar"></asp:LinkButton>
</ItemTemplate>
</asp:TemplateField>
Last edited by light882; September 19th, 2013 at 02:47 PM..
|