int count=100;AspNetPager1.RecordCount=count如果是換成GridView是那個屬性? GridView1.Rows.Count = count;GridView1.PageCount = count;都不行,都提示"它是只讀的" 查看完整描述