I have built a web user control that contains a web gauge. I have set the RefreshInterval to 5 for a default.
Default.aspx is a content page with a site.master that dynamically creates and loads the WebGauge user controls. These load and get their intial data fine. Gauage_AsyncRefresh is never hit. It appears that a RefreshEvent never fires. What am I missing?
Using Infragistics35.WebUI.UltraWebGauge.v11.1, Version=11.1.20111.2036
Hello Jeff,Please let me know if you need more assistance with this issue.
Nikifor,
Thank you for your efforts but I have resolved this.
Hello Jeff,I am working on your issue and tring to investigate it further. I will contact you when I have any progress with it.
Control ID was generated dynamically from data. This contained white space. Used
ucGauge.ID = Replace(PlantParam.Name,
" ", vbNullString)