Hi,
Please can someone explain the correct method for assigning billingual images to resource files and allocating them to an image control within an aspx page. I have found a few articles which seem to over-complicate the issue by writing a load of code. Do I need to do this or can I assign to image controls as I do with labels etc by using the resourceKey meta tag?
Also, I assign values to my labels as above with something like: imageOne.text = "test" in the resource file entry. Can I change all properies of a specified control in the same way?
Thanks in advance.
Tom