difference between gridview,data list and repeater control

Answer Posted / mahendra

DataGrid and DataList controls are derived from the WebControl class, while the Repeater control is derived from the Control class. The WebControl class contains a number of aesthetic properties, such as BackColor, ForeColor, CssClass, BorderStyle and so on.

Is This Answer Correct ?    33 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is _dopostback in asp net?

604


How to improve performance of web application asp.net mvc? : Asp.Net MVC

598


Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?

2034


What is the full form of asp.net?

618


How we can force all the validation controls to run?

622






What does occur first in ASP.Net, Authentication or Authorization?

650


Explain what does mvc represent in asp.net? : asp.net mvc

584


What is asp according to you?

619


Can we set which type of comparison we want to perform by the CompareValidator control?

609


How can we inherit a static member?

676


What is http pipeline in asp.net?

604


Can we use MSSql as backend in asp.net...if yes then How.?

682


Do cookies store passwords?

595


How long should a session id be?

636


I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?

1568