I successfully linked a database to a repeater list with all the content. Now i just want a textfield content in a list item in the repeater to change (available / not available) depending on the boolean set in the database.
Thanks in advance
I successfully linked a database to a repeater list with all the content. Now i just want a textfield content in a list item in the repeater to change (available / not available) depending on the boolean set in the database.
Thanks in advance
Hi Kenny,
I think it would be best to use onReadyItem method to manipulate your elements.
onItemReady runs when a new repeated item is created.
For more information:
Good luck!
Roi.