You are on page 1of 1

<asp:FormView ID="FormView1" runat="server" Width="100%" DataSourceID="ObjectDat aSource2" Visible="False"> <ItemTemplate> <asp:Panel ID="pnlEdit" CssClass="panel" DefaultButton="btnUpdat e" runat="server"> <div

style="padding: 10px; line-height: 25px"> <h3> C?p nh?t Chi Ti?t Thng S?</h3> Gi Tr? <FCKeditorV2:FCKeditor ID="abc" ToolbarSet="Basic" Heigh t="200px" runat="server" Value='<%# Eval("giatri") %>' BasePath="~/fckeditor/ "> </FCKeditorV2:FCKeditor> <asp:HiddenField ID="hdnID1" runat="server" Value='<%# E val("mathongso") %>' /> <asp:HiddenField ID="hdnID2" runat="server" Value='<%# E val("masanpham") %>' /> <br /> <asp:Button ID="btnUpdate" runat="server" Text="C?p nh?t " Width="100" Height="30" CausesValidation="true" OnClick="btnUpdate_Click" Cs sClass="vam" />&nbsp;&nbsp;&nbsp; <%--<asp:LinkButton ID="lnkCancel" runat="server" OnClic k="lnkCancel_Click">H?y b?</asp:LinkButton>--%> </div> </asp:Panel> </ItemTemplate> </asp:FormView>

You might also like