C# : Tutorial of Asp.net with c# and example

Example and code about windows application, web application, SQL, C#, WPF etc which is helpful to developer and programer.

Search This Blog

Asp.net : What is ListView in asp.net and how it is use for binding Data?

♠ Posted by uvesh in 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. 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 ASP.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.

The ListView 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 the ListView control you can enable users to edit, insert, and delete data,and to sort and page data, all without code.


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