Difference Between Repeater And GridView
S.No | REPEATER | GRIDVIEW |
1 | Template Driven Table Fields. |
Rendered as Table.
|
2 | Add Custom Coding For Columns. |
Automatically Generates Columns.
|
3 | Selected Row & Editing Content Not Supported. | Selected Row & Editing Content Supported. |
4 | If 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