I want to use ListView with the following functionality:
It will be numeric list of Customers (each row has 3 clolumns: number, Customer name and "Details" button or hyperlink).
When user click "Details" button(hyperlink) from below must be showing template with detail information. And when user click this "Detail" button again, details template mus be hidden.
I look all ListView Demos, but i still don`t uderstand how to make this functionality.
Can anybody help me, please?