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
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Explain in what order a destructors is called.
What is sta?
Define data caching?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
How can we make sure that Web API returns JSON data only?
What is cookieless session id explain in brief?
How can we create custom controls in asp net?
What are the properties of the eventargs argument when capturing keyboard events?
Explain the advantages of asp.net.
Explain the difference between debug.write and trace.write?
Can you change a Master Page dynamically at runtime?
Explain repository pattern in asp.net mvc? : asp.net mvc
How use Xml data in ASP.net?
What is the significance of attaching a profile while creating a user?