what is main function of alternate teamplate of datalist?



what is main function of alternate teamplate of datalist?..

Answer / 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

More C Sharp Interview Questions

how can one use hcl and c sharp together?

1 Answers  


What are the access-specifiers available in c#?

26 Answers   Syntel,


Explain About friend and Protected friend

1 Answers  


What is a hash table c#?

1 Answers  


Why do we use virtual methods in c#?

1 Answers  


What benefit do you get from using a primary interop assembly (pia)?

1 Answers  


What are the differences between value types and reference types?

1 Answers  


Do unused Namespaces in c# affect run-time performance?

1 Answers   HCL,


What are iterators?

5 Answers   TCS,


What is dataset c#?

1 Answers  


What is the importance of closing an ado.net application?

1 Answers  


What is difference between float and decimal?

1 Answers  


Categories