1
Reply

What is the difference between repeater and gridview ?

amit Kumar

amit Kumar

16y
7.7k
0
Reply

    Features of a GridView
    •Displays data as a table
    •Control over
     –Alternate item
     –Header
     –Footer
     –Colors, font, borders, etc.
     –Paging
    •Updateable
    •Item as row

    Features of Repeater
    •List format
    •No default output
    •More control
    •More complexity
    •Item as row
    •Not updateable