- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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.