Hi,
I am trying to verify the contents of a Silverlight Element that has a dynamic ID.
e.g.
When the Silverlight application loads the element has an ID of February2011TextBlock, if I update the value of a certain element the id of the textblock will change, to, for example, March2011TextBlock.
How can I verify the value of the TextBlock after changing the value of the associated element?
I am trying to verify the contents of a Silverlight Element that has a dynamic ID.
e.g.
When the Silverlight application loads the element has an ID of February2011TextBlock, if I update the value of a certain element the id of the textblock will change, to, for example, March2011TextBlock.
How can I verify the value of the TextBlock after changing the value of the associated element?