Live Chat Icon For mobile
Live Chat Icon

Can I specify ItemStyle to a Repeater Control

Platform: ASP.NET| Category: Repeater

The Repeater class is not derived from the WebControl class, like the DataGrid and DataList. Therefore, the Repeater lacks the stylistic properties common to both the DataGrid and DataList. What this boils down to is that if you want to format the data displayed in the Repeater, you must do so in the HTML markup. i.e using <b>/<u>.. tags

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.