由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - asp.net repeater maximum rows for ItemTemplate? how to improve performance?
相关主题
When do you want to use a Repeater control?一个非常奇怪的问题
JQuery and Master PagesAnswer Re: ASP.NET 难题测试 (1)
Question about Nested RepeatersMS SQL Report Server Questions
crystal report for .netdatagrid怎样打印(paging)
Re: Redirecting User to Login Page [fwddatagrid help
这里有没有人计划考MCAD?Interview with NET
Nested Datalist layout!!h
Re: 请教怎样显示web page?What would be a good control for gallery
相关话题的讨论汇总
话题: repeater话题: rows话题: improve
进入DotNet版参与讨论
1 (共1页)
w********i
发帖数: 244
1
Hi All,
what 's maximum rows for itemtemplate in ASP.net repeater?
I returned the string value from C# but it costs time . The performance is
bad. I know to use the paging for that. If I do not use paging, how to
improve the performance? Thank you very much!!!
b********2
发帖数: 855
2
这个。。。。假设,纯粹假设,你有100万条记录需要返回,那你该怎么做?一次直接
返回100万条?还是使用PAGING,然后设定每页显示的数量,譬如每页50条,然后50条
50条的读?

【在 w********i 的大作中提到】
: Hi All,
: what 's maximum rows for itemtemplate in ASP.net repeater?
: I returned the string value from C# but it costs time . The performance is
: bad. I know to use the paging for that. If I do not use paging, how to
: improve the performance? Thank you very much!!!

1 (共1页)
进入DotNet版参与讨论
相关主题
What would be a good control for galleryRe: Redirecting User to Login Page [fwd
ASP.NET和J2EE哪个更成熟?这里有没有人计划考MCAD?
Q: Radiobuttonlist - select item in DatalistNested Datalist layout!!
VS2005 SP1 is outRe: 请教怎样显示web page?
When do you want to use a Repeater control?一个非常奇怪的问题
JQuery and Master PagesAnswer Re: ASP.NET 难题测试 (1)
Question about Nested RepeatersMS SQL Report Server Questions
crystal report for .netdatagrid怎样打印(paging)
相关话题的讨论汇总
话题: repeater话题: rows话题: improve