♠ Posted by uvesh in ListView Definition at Monday, August 11, 2014
Definition of ListView and use of List view
ASP.NET have a new data binding control named the
ListView
.
ASP.NET already has a number of data
bind controls. It may be more then 10 databinding control. ListView
literally replace all other data binding controls in ASP.NET.
ListView Control easy
very easy for databinding.
TheASP.NET ListView control enables us to bind to data items that are returned from a data source and present them to end user.
You can display data in pages so there is also load balancing at end user even there is large amount of data because of paging user no need wait for load data.
You can display items individually, or you can group them.
TheListView control displays data in a format that you define by using templates and styles.
It is useful for data in any repeating structure, similar to the DataList and Repeater controls.
However, unlike those controls, with theListView control you can enable users to edit, insert, and delete data,and to sort and page data, all without code.
ListView
control makes data
binding easier than previous controls. It has default included styling with
CSS, more flexible paging, and sorting, inserting, deleting, and updating
features and many more.The
You can display data in pages so there is also load balancing at end user even there is large amount of data because of paging user no need wait for load data.
You can display items individually, or you can group them.
The
It is useful for data in any repeating structure, similar to the DataList and Repeater controls.
However, unlike those controls, with the
Improve Your Answer as comment below.
If our post is useful please share and comment on our post for more post and detail Visit :
http://aspdotnethelpmaster.blogspot.in/
0 comments:
Post a Comment