Difference Between Repeater And GridView in Asp.Net C#


Difference Between Repeater And GridView 



S.No
         
         REPEATER

         
           GRIDVIEW
1Template Driven Table Fields.
Rendered as Table.
2Add Custom Coding For Columns.
Automatically Generates Columns.
3Selected Row & Editing Content Not Supported.Selected Row & Editing Content Supported.
4If Needed Write Custom Coding.
Built -in Paging and Sorting Supported.

5
Repeater is Faster than Gridview.

Gridview is Slower than Repeater.






0 comments:

Post a Comment