repeater and gridview diff?
Why is repeater fast than gridview?
Answers were Sorted based on User's Feedback
Answer / karthika.s
Repeater
Repeater is okay if you need to show data from some data
source. It offers the basic rendering options: header, item,
alternating item, separator and footer. It is really up to
developer how to fill these templates. By example, it is
easy to use Repeater to show read-only lists using templated
elements.
Repeater is faster because it offers only basic data bound
control rendering functionalities. If you want to show data
and you don't need any complex features described below then
repeater is the right joice.
GridView
GridView is rendered as table with columns and it is created
to show data and let users to manipulate it. GridView offers
powerful built-in features like:
* events for sorting data when user clicks on column
heading,
* row selection,
* row operations like adding, editing and deleting,
* paging,
* command columns and events to handle the commands.
GridView is excellent choice if there is a need to show
tabular data and also provide users with features described
above.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / parvez borkar
1)repeater is faster then gridview.
2)repeater is faster then gridview because it is all html
based and it does not produce much unneeded xml. There are
more reasons for it..
| Is This Answer Correct ? | 11 Yes | 8 No |
Answer / dushyant sharma
yes repeater is much faster then gridview becoz repeater
contained invisable interface
| Is This Answer Correct ? | 3 Yes | 1 No |
What are web beacons used for?
What is the basic difference between asp and asp.net?
When we do partial refresh of a page using update panel how server knows it(which event occurs?)
What are the 3 types of web?
What is the good practice to implement validations in aspx page?
What are runtime hosts?
How do you identify that the page is postback?
Is it possible to disable the minimized icon of a popup window using window.open. Not using iframe concept?
what is shared assembly?
what are grid events ?code for dropdown inside grid and binding dropdown syntax
What is web router?
What would be salary for 6+ years of experience in ASP.NET in different metro city in india?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)