what is Repeater Control, When it is used,How it is used,
what type of template is used for repeater control?
Answer Posted / manikumar
Repeater control is used to display the data from data
source in format output like structured table.We cant modify
the data.
Five type of repeater control....
1.Header template
2.footer Template
3.Alternate Template
4.Item Template
5.Separator Template.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What do you mean by serialize and marshalbyref?
Explain about asp.net state management?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What permissions do asp.net applications posses by default?
What are the advantages of using session?
In which event are the controls fully loaded?
How does windows service lifecycle differ from a .standard. Exe?
What is the request flow used for asp.net mvc framework? : asp.net mvc
What is a windows service?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
Name the two properties are on every validation control?
What is server components?
What is a uri query?
How many types of validators are there in asp net?