Avatar

Level 4

Hi Rich,

Have different textfields and imagefields like:

If (this.rawValue == "Anomaly") // your textfield with xml data

{

     ImageField.rawValue = "AnomalyImageData"; /ImageField To display the related Image

}

If (this.rawValue == "Default") // your textfield with xml data

{

     ImageField.rawValue = "DefaultImageData"; /ImageField To display the related Image

}

Hope this Hepls

Regards--

Chalukya.