what is Repeater Control, When it is used,How it is used,
what type of template is used for repeater control?
Answer Posted / rahul
Repeater control is used to display the list of items from
the data source in a customized format. The default layout
of repeater control is Item Template. U can drag the
repeated control from toolbox menu and u can create the
controls in the html view.
1.Header template
2.Item Template
3.Alternate Itemtemplate
4.Footer template
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is mvc better than asp.net?
Why would anyone need to implement their own hashtable or linked list?
How many types of Cookies are available in ASP.NET?
What is content page in asp net?
Can I tap into other windows livetm services?
What is difference between View State and Hidden Field in ASP.NET?
Name the tools or API for developing or testing web api?
Which adapter should you use, if you want to get the data from an access database?
Explain how does asp page work?
What is the significance of attaching a profile while creating a user?
What is Razor View Engine
How will you do Redo and Undo in a TextControl?
What are the cookies types in asp.net?
How to create multi language website in asp.net mvc? : Asp.Net MVC
Can you nest updatepanel within each other?