1
I have a single column gridview consisting of four textviews and I am loading values from an SQL Server database into it. How do I click on a grid line to show another field (associated with the row) of this SQL table in a separate textview? In other words, as it was by clicking on several lines the value of the textview was changing.
your database and sql server and application is android? what have you done?
– Marco Souza
I have already loaded lines in gridview, searching filtered fields.
– Bruno Gomes