Hi,
I have a list in an itemteplate organized as cardview like this:
Is it possible to integrate the select-button inside the ItemTemplate like the draft in the code?
Thanks and Regards
Heinz
I have a list in an itemteplate organized as cardview like this:
| <ItemTemplate> |
| <div><%#Eval("Company")%></div> |
| <div><%#Eval("Adress")%></div> |
| <div>Select Button</a> |
| </ItemTemplate> |
Is it possible to integrate the select-button inside the ItemTemplate like the draft in the code?
Thanks and Regards
Heinz