preview

Acc/410 Quiz 3

Better Essays

Abdulaziz Abdulsalam ECT 310/410 Fall 2014/2015 Quiz 3 Total Points: 50 Due 11/19/2014 by 11:59pm Instructor: Anthony Zoko _________________________________________ Question 1 (5 Points): What are the primary differences between the GridView, Repeater and ListView controls? What are some advantages / disadvantages to each? GridView provides features such as: paging, update and delete, and sorting. Lalso, with GridView, data is displayed as HTML table. The advnatages arre thta it doesn’t need lots of effort to present data in tables. However, it has disadvnatges. It is complex. It has slow page load. It is not good for Search Engine Optimization. The default paging can affect the performance when loading large amount of data. It has limitation in customizing the layout. It does not support inserting and data grouping. With Repeater, the data is displayed as a table or flow according to the needed HTML table structure. The advanatges are that no headers, and footers; it is simple to use; t works fast; it is great for data display; it does not have built in functionality. The disadvnatges are that it has limited features; it needs needs lots of work to define template; it does not support paging, data grouping, update, insert, and sorting. ListView is the latest/newest …show more content…

It is similar to asp.net page because it has a user interface page and codes, and both of them can be created in the same way. It offers easy way to reuse common user interfaces along with asp.net web applications. The file extension name is .ascx, and contains @ Control directive instead of @ Page. As well as, it doesn't contain html and body where they should be in the hosting page. It is good to use in static contents that have fixed layout such as headers and footers. User Controls can be used when there are multiple pages that have same layout as they are easy to be added to any web page when they are

Get Access