Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

difference between gridview,data list and repeater control

Answer Posted / vikas

GridView provides ability to allow the end-user to edit the page data or sort the page records. But it comes at a cost of speed. Secondly, the display format is very simple i.e. is in row and columns.
With its templates, DataList provides more control over the look and feel of the displayed data than the GridView. And it offers better performance than GridView.
With Repeater, the only HTML emitted are the values of the databinding statements in the templates along with the HTML markup specified in the templates—no "extra" HTML is emitted, as with the Gridview and DataList.

for details check below link.

https://csharpquestions1.blogspot.in/2016/10/what-is-difference-between-data-list.html

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

while developing webservices if i want some users to use my webservice only how can i give security to my webservice?

1904


What are the steps involved to fill a dataset?

1071


How would you create a permanent cookie?

1087


What is difference between Fragment Caching and Page Caching in ASP.NET?

1063


What is viewstate? What does the “enableviewstate” property do?

984


How do we sort the data from a dataset?

1030


To bind columns manually which tags do you need to add within the asp:datagrid ?

1016


How to display validation messages in one control?

1029


What are the advantages and limitations of query string?

1089


Write the different features of a Thread and a Process?

1202


Explain how is a property designated as read-only?

1045


What is the postback property in asp.net?

1034


Explain significance of routing? : asp.net mvc

1211


What are the different types of Caching techniques in ASP.NET?

1103


What is data grid view in asp.net?

992