I have an ASP.Net page that has about 8 tabs that are created from a RadTabStrip control.
On the 1st tab I have a RadToolBar with one button that when clicked opens a modal popup.
On the 5th tab I have an ASP Button that opens a modal popup that contains an ASP FileUpload control.
After I select my file to upload and I click the OK button on that modal popup, it uploads the file and then closes the modal popup.
The problem I'm having is after the modal popup closes and I click on the 1st tab again, the default skin of the RadToolBar buttons are completely gone and it only shows the button text and icon image.
Any ideas why this is happening?
Two images are attached of what it should and shouldn't look like.
On the 1st tab I have a RadToolBar with one button that when clicked opens a modal popup.
On the 5th tab I have an ASP Button that opens a modal popup that contains an ASP FileUpload control.
After I select my file to upload and I click the OK button on that modal popup, it uploads the file and then closes the modal popup.
The problem I'm having is after the modal popup closes and I click on the 1st tab again, the default skin of the RadToolBar buttons are completely gone and it only shows the button text and icon image.
Any ideas why this is happening?
Two images are attached of what it should and shouldn't look like.