This is a migrated thread and some comments may be shown as answers.

css and image are not coming after publishing the application to virtual directory

1 Answer 81 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Sai Prashad Patro
Top achievements
Rank 1
Sai Prashad Patro asked on 09 Mar 2010, 08:31 AM
Hi,

I made an application having tabstrip. When i run the application from visual studio every thing is working fine. But after publishing the application into my IIS virtual directory, for the tab strip, the  css and images are not coming.

This problem is occuring in all browsers except mozilla.
The aspx page code is as below.

<

 

telerik:RadTabStrip ID="RadTabStrip1" runat="server" Skin="WebBlue" MultiPageID="RadMultiPage1"

 

 

SelectedIndex="0" Align="Justify" ReorderTabsOnSelect="true" Width="950px" CausesValidation="False">

 

 

<Tabs>

 

 

<telerik:RadTab ImageUrl="images/user.jpg" Text="P">

 

 

</telerik:RadTab>

 

 

<telerik:RadTab ImageUrl="images/user.jpg" Text="C">

 

 

</telerik:RadTab>

 

 

</Tabs>

 

 

</telerik:RadTabStrip>

 

<

 

telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0" CssClass="pageView">

 

 

<telerik:RadPageView ID="RadPageView1" runat="server" Width="100%">

 

 

////content............
</

 

telerik:RadPageView>

 

 

<telerik:RadPageView ID="RadPageView2" runat="server">

 

 

////content............
</
telerik:RadPageView>

 

 

</telerik:RadMultiPage>

 

 

 

Can any one help me please why this is occuring.

I have attached the images for IE8 and firefox, for how it looks in the browser.


Many Thanks,
Sai

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 11 Mar 2010, 06:34 PM
Hello Sai,

Please, refer to the Web Resources Troubleshooting help topic and make sure the problem is not related to the causes described there.

If this does not help, I suggest you register your skin manually as described in this help topic and let us know how it goes.


Kind regards,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
TabStrip
Asked by
Sai Prashad Patro
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or