<asp:gridview id="gvReviewRequest" allowpaging="True" onrowcommand="ProductsGridView_RowCommand" xmlns:asp="#unknown"> AutoGenerateColumns="False" runat="server"> <columns> <asp:templatefield headertext="Price"> <itemtemplate> <asp:label id="lblStatus" runat="server" text="<%# Eval("Status") %>"></asp:label> </itemtemplate> </asp:templatefield> <asp:templatefield> <headertemplate> <asp:button runat="server" id="IncreaseButton" text="Increase Price 5%" commandname="Increase"> /> </asp:button></headertemplate> <itemtemplate> </itemtemplate> </asp:templatefield> </columns> </asp:gridview>
<asp:button runat="server" id="IncreaseButton" text="Increase Price 5%" OnClick="btn_Click"
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)