Feb 8, 2010 #1 stonehead Technical User May 2, 2007 58 US All, I'm trying to find a way to fire a my btnEdit with no luck. I need some help. Thank you. <asp:TemplateField> <ItemTemplate> <asp:Button runat="server" ID="btnEdit" Text="Edit" OnClick ="btnEditRecord"/> </ItemTemplate> </asp:TemplateField>
All, I'm trying to find a way to fire a my btnEdit with no luck. I need some help. Thank you. <asp:TemplateField> <ItemTemplate> <asp:Button runat="server" ID="btnEdit" Text="Edit" OnClick ="btnEditRecord"/> </ItemTemplate> </asp:TemplateField>
Feb 8, 2010 Thread starter #2 stonehead Technical User May 2, 2007 58 US Never mind. I figured it out. Thank you. Upvote 0 Downvote
Feb 8, 2010 #3 jbenson001 Programmer Jan 7, 2004 8,172 US Why don't you post your resolution for someone else that may have the same issue? Upvote 0 Downvote