GridView and Repeater re data-bound control used to display and modify
data from Asp.Net web form/appliaction.These control also conatin other asp.net
control like label,textbox,checkbox,radio-
Button ,dropdown, image-control etc.These control are also bound with data
source control like SqlDataSource,LinqDataSource to display data and to modify
data in asp.net web form.
Difference Between GridView and Repeater:-
GridView
|
Repeater
|
1.It was introduced in
Asp.Net 2.0.
|
1. It was introduced in
Asp.Net 1.0.
|
2. It support built-in paging
and sorting.
|
2. not supported.
|
3. Row selection supported.
|
3. not supported.
|
4.It support auto format or
style feature.
|
4. not supported.
|
5. Editing of content is
sipported.
|
5. not supported.
|
6. Performance is slow as
compared to datagrid.
|
6. Performance is faster than
as compared to all among data control.
|
7. Table render
|
7. Template render
|
No comments:
Post a Comment
Note: only a member of this blog may post a comment.