what is Repeater Control, When it is used,How it is used,
what type of template is used for repeater control?
Answer Posted / 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 |
Post New Answer View All Answers
Can we have a web application running without web.config file?
Explain exception handling in .net.
What is form method?
What is request and response in asp.net?
Explain cookies with example.
Describe SOA and the tenets of it?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
COM+ Used ________________ Isolation Level
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Where the viewstate is stored after the page postback?
What is autopostback in asp net?
What is asp.net architecture?
How does a content page differ from a master page?
How many types of validation are there?
What is httpresponse?