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 are the elements of a website?
Differentiate between namespace and assembly.
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is data cache in sql server?
Why Unload event of MasterPage Calls first in ASP.net ?
How u refer webservices?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What's the difference between viewstate and sessionstate?
3. What goals do you have in your career?
Which library is used by the testers and developers to develop automated tests and create testing tools?
How asynchronous call can be implemented using delegates?
What are the various session state management options provided by asp.net?
What is HTTPModule and HTTPcontext? What is the use of each?
Where is http session stored?
How would you get asp.net running in apache web servers? Explain it's limitations.