<ASP:DATAGRID id="dguser" runat="server" Width="746px" PageSize="6" AllowCustomPaging="True" AllowPaging="True"Font-Names="宋体" DataKeyField="lruserid" AutoGenerateColumns="False" EnableViewState="False" Font-Size="10pt" Font-Name="宋体" CellSpacing="1" CellPadding="2" GridLines="None" HorizontalAlign="Left" Height="136px">
<EditItemStyle BackColor="White"></EditItemStyle>
<ItemStyle BackColor="Aquamarine"></ItemStyle>
<Columns>
<asp:BoundColumn DataField="lrqq" HeaderText="QQ号"></asp:BoundColumn>
<asp:EditCommandColumn ButtonType="LinkButton" UpdateText="更新" CancelText="取消" EditText="编辑"></asp:EditCommandColumn>
<asp:ButtonColumn Text="删除" CommandName="Delete"></asp:ButtonColumn </Columns>
<PagerStyle HorizontalAlign="Center" ForeColor="DarkSlateBlue" BackColor="PaleGoldenrod"></PagerStyle>
</ASP:DATAGRID>我要怎么取到第一个字段的值啊?
要怎么写"编辑"和"删除"的事件啊!?