Transference of ListView

 

Transference of ListView Data

 

The Blog gives an idea about transferring or passing data between ListView Control on Same windows form or at another windows form

 

Ingredients:

n  One or More Windows Forms

n  One or More ListView Controls

n  Two Button Controls

 

Description:

            The Blog shows transferring or passing a whole row from one ListView Control to another on Same Windows Form or at another Windows Form. This may also be helpful to do similar activities such as Transference of Full Column or a particular Cell value.

             

Justification:

 

  1. Here I used an XML File for Accessing Data, you can also use another Data Source as replacement for an XML File

 

  1. While working with as GridView or ListView Control we have to first trace the Cell/Row/Column Number to know what the data is being manipulated.

 

  1. Figure 1 & Figure 2 shows the intended result

New Picture.png

Figure 1

 

 New Picture (1).png

Figure 2

 

                 

Conclude:

            In this session, we have seen the ListView operation for shifting row(s) from one ListView Control to other.