Difference Between ListView and GridView in Asp.Net C#

Difference Between ListView and GridView


               GridView   
               ListView
Gridview was introduced
with Asp.Net 2.0.

ListView was introduced
with Asp.Net 3.5.
GridView Rendered as Table.
ListView Template driven.
GridView  Write custom code.
ListView Built-in supports for
  Insert operation.
GridView  Write custom code.
ListView Built-in supports for
Data Grouping.
GridView  Write custom code.
ListView Provides Flexible 
Layout  to your data.
GridView Performance is
Slower than ListView.
ListView Performance is
Faster than  GridView.


                                        

0 comments:

Post a Comment