由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - When do you want to use a Repeater control?
相关主题
What would be a good control for galleryJQuery and Master Pages
Answer Re: ASP.NET 难题测试 (1)User control question:
A question about MVCtextbox and radiobuttonlist
asp.net repeater maximum rows for ItemTemplate? how to improve performance?C#里有sort多维数组的东东么?
Look for a reliable ajax frameworkRe: Redirecting User to Login Page [fwd
问一个把gridview放到updatepanel里面的问题Re: 请教怎样显示web page?
请大侠帮看一下这个问题一个非常奇怪的问题
Question about Nested RepeatersMS SQL Report Server Questions
相关话题的讨论汇总
话题: repeater话题: control话题: when话题: do话题: want
进入DotNet版参与讨论
1 (共1页)
y********o
发帖数: 2565
1
I know a little bit about the Repeater control. But since there is a very v
ersatile GridView, why and when do we need the Repeater control?
l*s
发帖数: 783
2
如果你所有的数据都只是用tabular方式显示的,的确不需要懂repeater.

v

【在 y********o 的大作中提到】
: I know a little bit about the Repeater control. But since there is a very v
: ersatile GridView, why and when do we need the Repeater control?

y********o
发帖数: 2565
3
So, maybe a repeater can be helpful in cases where you wanna display 1 recor
d of data and then some image separator followed by another row of data foll
owed by another image separator.

【在 l*s 的大作中提到】
: 如果你所有的数据都只是用tabular方式显示的,的确不需要懂repeater.
:
: v

l*s
发帖数: 783
4
you define the template, so you can do whatever you want.

recor
foll

【在 y********o 的大作中提到】
: So, maybe a repeater can be helpful in cases where you wanna display 1 recor
: d of data and then some image separator followed by another row of data foll
: owed by another image separator.

g***y
发帖数: 27
5
repeater is lighter, can go horizontally.
b****u
发帖数: 1027
6
repeater is not derived from webcontrol. and it doesn't support paging,
sorting, etc. it's a very light weight control.
in fact I always choose repeater as my default control unless there's any
reason not to. it's just my approach.
1 (共1页)
进入DotNet版参与讨论
相关主题
MS SQL Report Server QuestionsLook for a reliable ajax framework
datagrid怎样打印(paging)问一个把gridview放到updatepanel里面的问题
Interview with NET请大侠帮看一下这个问题
Curious for VBSCRIPT in ASP fileQuestion about Nested Repeaters
What would be a good control for galleryJQuery and Master Pages
Answer Re: ASP.NET 难题测试 (1)User control question:
A question about MVCtextbox and radiobuttonlist
asp.net repeater maximum rows for ItemTemplate? how to improve performance?C#里有sort多维数组的东东么?
相关话题的讨论汇总
话题: repeater话题: control话题: when话题: do话题: want