日期:2014-05-17 浏览次数:20423 次
<asp:GridView ID="gdClerkInfo" runat="server" Width="100%"
ItemStyle-CssClass=".styleFont" CellPadding="4" ForeColor="#333333"
GridLines="None" onrowcommand="gdClerkInfo_RowCommand"
onrowdatabound="gdClerkInfo_RowDataBound" onrowdeleted="gdClerkInfo_RowDeleted"
onrowdeleting="gdClerkInfo_RowDeleting" onrowediting="gdClerkInfo_RowEditing">
<AlternatingRowStyle BackColor="White" />
<asp:CommandField HeaderText="编辑" ShowEditButton="True"/>
<asp:CommandField HeaderText="删除" ShowDeleteButton="True" />
</Columns>
</asp:GridView>