what is Repeater Control, When it is used,How it is used,
what type of template is used for repeater control?

Answers were Sorted based on User's Feedback



what is Repeater Control, When it is used,How it is used, what type of template is used for repeate..

Answer / amalraj.m

Repeater control is using to view the data in the format of
table structure and it cannot able to edit the data and it
is having Itemtemplate and Alternateitemtemplate for
displaying the data.

Is This Answer Correct ?    9 Yes 1 No

what is Repeater Control, When it is used,How it is used, what type of template is used for repeate..

Answer / amit

According to me when u need some task to done repetedly
Repeater Control is used for exam if u r displaying sevral
product u can use it.

Is This Answer Correct ?    5 Yes 2 No

what is Repeater Control, When it is used,How it is used, what type of template is used for repeate..

Answer / krishnasamy

It is used to displaying information from datasource using
sqlcommands(Select Statement).if you have generate output
that time used to repeater control.There are several type of
templates we are using,
1.Header template
2.Item Template
3.Alternate Itemtemplate
4.Footer template
5.Separator Template

Is This Answer Correct ?    3 Yes 1 No

what is Repeater Control, When it is used,How it is used, what type of template is used for repeate..

Answer / rahul

Repeater control is used to display the list of items from
the data source in a customized format. The default layout
of repeater control is Item Template. U can drag the
repeated control from toolbox menu and u can create the
controls in the html view.

1.Header template
2.Item Template
3.Alternate Itemtemplate
4.Footer template

Is This Answer Correct ?    2 Yes 0 No

what is Repeater Control, When it is used,How it is used, what type of template is used for repeate..

Answer / suresh mk

Repeater control used to just reads the information from
the data source and we can not edit the information.

when you have to use this control you have must provide
the ItemTemplate, and set the DataSource property and call
the DataBind method, in order to display data in a Repeater
control.

Repeater control have five type of template
1.HeaderTemplate
2.ItemTemplate
3.AlternatingItemTemplate
4.SeparatorTemplate
5..FooterTemplate

Is This Answer Correct ?    2 Yes 1 No

what is Repeater Control, When it is used,How it is used, what type of template is used for repeate..

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

More ASP.NET Interview Questions

Features in ASP.NET ?

1 Answers   Microsoft,


To display data in a Repeater control which templete is provided ?

4 Answers   Siebel,


Explain how do you validate the controls in an asp .net page?

0 Answers  


What does passport and windows authentication mean in ASP.NET?

0 Answers   Amdocs,


How to turn off cookies for a page?

0 Answers  






What is reflection and disadvantages of reflection ?

2 Answers   CTC, Microsoft,


Explain what is event bubbling?

0 Answers  


Turn Off ASP Session State on an IIS 5.1 Web Site

1 Answers  


What is viewstate? In which event of the page life cycle, is the viewstate available?

0 Answers  


What is %20 in a url?

0 Answers  


5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?

0 Answers   Swatz Oils,


Explain why it is useful to use mvc instead of webforms? : asp.net mvc

0 Answers  


Categories