| |
GeekInterview.com > Interview Questions > Microsoft > DotNet
| Print | |
Question: Which template must you provide, in order to display data in a Repeater control?
|
| March 03, 2005 13:37:29 |
#1 |
| Binda |
Member Since: Visitor Total Comments: N/A |
RE: Which template must you provide, in order to display data in a Repeater control? |
| ItemTemplate.To display data in the ItemTemplate, declare one or more Web server controls and set their data-binding expressions to evaluate to a field in the Repeater control's (that is, the container control's) DataSource. |
| |
Back To Question | |