摘要:
通过分页加子查询优化后代码: 1 var data = from testType in context.TestType 2 join modelType in context.ModelType on testType.ModelType equals modelType.ID into mod 阅读全文
摘要:
ASP Fromwork 4.8 Web Site GridView分页设置方法 aspx文件中设置分页参数,并添加事件OnPageIndexChanging ageIndex="0" AllowPaging="True" PageSize="20" PagerSettings-Position=" 阅读全文