adspace
what is main function of alternate teamplate of datalist?
Answer Posted / Rinki Kumari
The alternate template in ASP.NET's DataList control is used to customize the appearance of every other item (even or odd rows) in the data list. This can be achieved by setting the `AlternatingItemTemplate` property of the DataList control. The alternate template consists of controls and markup that will replace the default alternating row's appearance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers