How to refer to the Label element in the ItemsControl to read data from it? – Mysql
I need to read the id from the label and write it to a global variable to render the content on a separate page. But since this label is generated by ItemControls, I don't know how to refer to it.…