当前位置: 代码迷 >> ASP.NET >> 关于GridView控件的问题
  详细解决方案

关于GridView控件的问题

热度:4521   发布时间:2013-02-25 00:00:00.0
关于GridView控件的有关问题
<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" AllowSorting="True"
? CellPadding="4" ForeColor="#333333" GridLines="None" OnSorting="GridView1_Sorting"
? OnRowCommand="GridView1_RowCommand" EnableModelValidation="True">
? <RowStyle BackColor="#EFF3FB" />



OnSorting="GridView1_Sorting" OnRowCommand="GridView1_RowCommand"这两句是什么意思





------解决方案--------------------------------------------------------
OnSorting="GridView1_Sorting" 是分页
OnRowCommand="GridView1_RowCommand"是命令
------解决方案--------------------------------------------------------
探讨

没有这两句会怎样???
  相关解决方案