GrdView用法备忘
摘要:
1.GrdView命令列弹出对话框 <asp:GridView ID="GridView1" runat="server" OnRowCommand="GridView1_RowCommand"> <Columns> <asp:ButtonField CommandName="编辑" Text="编辑" /> <asp:ButtonField Comman... 阅读全文
posted @ 2006-10-11 13:24 笨鸟先飞_淡泊人生 阅读(580) 评论(0) 推荐(0) 编辑