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
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Explain about the .NET framework?
Whats the difference between abstract factory pattern and factory pattern?
Explain the advantages of passport authentication.
What is asp.net master page?
What is application variable in asp.net?
Difference between .NET and previous version?
What is the mvc framework?
What is the difference between globalization and localization?
Can we use a static function with a non-static variable?
I’m having some trouble with cas. How can I diagnose my problem?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
How does session id work?
Explain MVC model binders?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????