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 does occur first in ASP.Net, Authentication or Authorization?
Can we set which type of comparison we want to perform by the CompareValidator control?
Do cookies store passwords?
What is request and response in asp.net?
Explain the benefits of viewstate?
Explain client side state management system.
What is inheritance and an how it be used, example with an example?
What is difference between session and cookie?
What is mvc in angular?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What's the difference between viewstate and sessionstate?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Can we have multiple web config files for an asp.net application?
What is a form tag?