读书人

关于GridView控件的问题

发布时间: 2012-05-01 12:48:58 作者: rapoo

关于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"是命令
[解决办法]

探讨

没有这两句会怎样???

读书人网 >asp.net

热点推荐