Hi folks,
Was wondering if anyone could provide an example of how to use the AspectUpdateControl for a dropdown list. (that has autopostback enable).
I pretty much just want to show a progress bar on the selectedindexchange event.
Previously I've been able to assign this to a button, for example
AspectUpdateControl aspectUpdateControl2 = new AspectUpdateControl();
aspectUpdateControl2.UpdateControl = pnlUpdateControl;
btnSave.Aspects.Add(aspectUpdateControl2);
Cheers,
James