Has anyone else had an issue with IE, specifically 7, performance rendering the page when there are many comboboxes on the page? I have a control, ascx, with many combo boxes (~30), where a couple of them have the values set, about half are populated from a web service, and the remaining populated from load on demand. I used to have most of them populated from a web service, but it seems as if the load on demand is slightly faster for rendering. I am using the "vista" skin for the combo boxes, and I also have radgrids on the page with a different skin, webblue, and all of this is in a tab control, skin of webblue.
I have traced from the database, and watched in fiddler. The stored procedures from the db take almost no time, the db data is filtered, so there is not an overload of data. I am using the radscriptmanager and radstylesheetmanager in the actual aspx page that holds the control. The control does load dynmacally.
In firefox 3, the page renders very quickly, very good performance.
I am open to suggestions regarding what to look at.
Thanks,
Jeff
I have traced from the database, and watched in fiddler. The stored procedures from the db take almost no time, the db data is filtered, so there is not an overload of data. I am using the radscriptmanager and radstylesheetmanager in the actual aspx page that holds the control. The control does load dynmacally.
In firefox 3, the page renders very quickly, very good performance.
I am open to suggestions regarding what to look at.
Thanks,
Jeff