<asp:TemplateField HeaderText="Action"> <itemtemplate> <asp:LinkButton runat="server" ID="linkEdit" Text="Edit" CommandName="Edit" CommandArgument='<%# Eval("conditionid") %>' > | <asp:LinkButton ID="lnkDelete" runat="server" CommandName="Delete" CssClass="delbutton" CommandArgument='<%#Eval("conditionid") %>'>Delete </itemtemplate> <edititemtemplate> <asp:LinkButton runat="server" ID="linkCancel" Text="Cancel" CommandName="Cancel" CommandArgument='<%# Eval("conditionid") %>' > </edititemtemplate>
Edit | Delete
Cancel
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)