关于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"是命令
------解决方案--------------------