Hey all,
I need some help when it comes to handling a click event for a series of buttons that are created dynamically from XML.
I have a LoadXML method that creates rows for the buttons and names them with the "name" tag from the xml.
Is what I'm trying to do is have their click event open a folder or file (basically follow a hyperlink) to whatever is specified for the path in the "location" tag.
I thought that the best way would be to pass the location string to the event, but I an too new at this to know if that's even possible or if I need to look at another angle.
Can anyone lend some advice.
Thanks!
I need some help when it comes to handling a click event for a series of buttons that are created dynamically from XML.
I have a LoadXML method that creates rows for the buttons and names them with the "name" tag from the xml.
Is what I'm trying to do is have their click event open a folder or file (basically follow a hyperlink) to whatever is specified for the path in the "location" tag.
I thought that the best way would be to pass the location string to the event, but I an too new at this to know if that's even possible or if I need to look at another angle.
Can anyone lend some advice.
Thanks!