What is a Repeater Control and how does it works? and what
is the diffrence b/w Gridview,datalist and repeater control?

Answer Posted / vamshi krishna

Repeater having better performance compared to Gridview and
datalist.But, almost repeater can be done with custom
coding only.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does asp.net still recognize the global.asa file?

552


How many types of validation are there?

521


What is the difference between system.stringbuilder and system.string

256


What is comparevalidator?

521


What are the main differences between asp and asp.net?

519






How does ASP.NET framework maps client side events to Server side events.?

543


What is the difference between runtime version and version?

503


What symbol would you use to denote, the start of a code block in aspx views?

571


What I need to create and run an asp.net application?

510


When does a session actually start?

565


what is meant by sitemapnode ?

1496


What is a user session?

497


What is a web pool?

580


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.

1438


What is meant by asp.net?

536