GridView and ListView are 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.
Difference Between ListView and GridView :-
ListView
|
GridView
|
1.It was introduced in
Asp.Net 3.5.
|
1. It was introduced in
Asp.Net 2.0.
|
2. Table render.
|
2. Template render.
|
3. It support built-in data-grouping.
|
3. Need to write cutome code.
|
4.It support built-in insert
operation.
|
4. Need to write cutome
code.
|
5. Performance is slow as
compared to datagrid.
|
5. Need to write cutome
code.
|
No comments:
Post a Comment
Note: only a member of this blog may post a comment.