Hi
The LoadPreset command does not appear to work unless I am missing something blatantly obvious.
I have a simple aspx page with a gauge control and a webdropdown. When the dropdown changes, I want the gauge to reload a saved preset xml file thus:
UltraGauge1.LoadPreset(PresetFolder & ddlGaugeType.SelectedValue,
)
Seems you're using the method correctly. Is it possible that there's a discrepancy between the actual path and the expected path? It could be that you need to map the preset folder path using Server.MapPath.