What is difference Data List and Data Repeater Control ?
Answer Posted / varinder singh
Datalist
An Array of Rows and based on the Template Selected and the
RepeatColumn Property value The number DataSource records
that appear per HTML
Repeater Control
The Datarecords to be displayed depend upon the Templates
specified and the only HTML generated accordingly. Repeater
does not have in-built support for Sort, Filter and paging
the Data.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is server side session?
How do I know asp.net mvc version? : Asp.Net MVC
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is autopostback in dropdownlist in asp net?
What are the different types of validation controls in asp.net?
I’m having some trouble with cas. How can I diagnose my problem?
What is sql data source control in asp.net?
What is ispostback method in asp.net? Why do we use that?
How would you get asp.net running in apache web servers?
Which is faster union or union all?
What is difference between cookies and cache?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is marshalling ? Is it a part of asp.net ?
What are the advantages of the code-behind feature?
What is the use of ASP.NET routing?