If you are using WebStyleManager to theme the WebCombo appearance globally in your web application, please do the following to apply the new styles:
- Determine the theme's path used in your web application. In most common scenarios, themes are stored in private path of web application. E.g. ~/Themes.
- Open Windows Explorer and go to the folder containing the theme's definition.
- Copy the designated style definition (e.g. Mac.isl) from WebCombo Installation Folder to the theme's folder. Note that this process will replace/overwrite the old WebCombo style definition with the new one.
- Delete the auto-generated external stylesheet (css) manually.
- Restart your web application. The easiest way to do this is by killing aspnet_wp process.
- Run your web application.
The first request to your web application will automatically regenerate the external stylesheet which is used by the entire pages that apply this theme. You should see the proper appearance and display of the WebCombo after performing the styles upgrade. |
Please note that you only need to do these instructions if you were using one of the predefined styles that listed in Affected Predefine Styles section.