What are different templates available in Repeater,DataList and Datagrid ?



What are different templates available in Repeater,DataList and Datagrid ?..

Answer / sushil kumar

Templates enable one to apply complicated formatting to each of the items displayed by a control.Repeater control supports five types of templates.HeaderTemplate controls how the header of the repeater control is formatted.ItemTemplate controls the formatting of each item displayed.AlternatingItemTemplate controls how alternate items are formatted and the SeparatorTemplate displays a separator between each item displyed.FooterTemplate is used for controlling how the footer of the repeater control is formatted.The DataList and Datagrid supports two templates in addition to the above five.SelectedItem Template controls how a selected item is formatted and EditItemTemplate controls how an item selected for editing is formatted.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

0 Answers  


how to increase performance of web site? if there is a page with high load. the content is high then what should we do to increase performance?

3 Answers   Emphasis, Mphasis, TCS,


Tell me the code snippet to show how we can return 404 errors from HttpError?

0 Answers  


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

0 Answers   MindCracker,


how can u create the forms authentication?and what is the difference between forms authentication and windows authentication?

2 Answers   IBM,






Where do we store our connection string in asp.net application?

0 Answers  


what is CLR?

3 Answers   PrimeLine,


What is JIT, what are types of JITS and their purpose ?

3 Answers   Infosys,


How can u debug your .net application?

0 Answers  


Where can I get the details on migration of existing projects using various technologies to asp.net?

0 Answers  


A web service can only be written in .net? State whether true or false.

0 Answers  


What is the difference between cookie and session?

0 Answers  


Categories