I am creating a Application CGPA. In the application I have a listview control that have a colum Course Code, Subject, Credit Hour, Obtained GPA. I want that when the user click on the Course Code, the Corresponding subitem Obtained GPA behave like text box, so that the user can enter the Obtained GPA in that subitem. How we can do that.

Thanks