or
Please see attached image which is self explanatory. How do we fix this IE8 status bar showing
(1 item remaining)..etc as in attached image. Your help is greatly appreciated.
<telerik:RadTabStrip ID="RadTabStrip1" runat="server" MultiPageID="RadMultiPage1" SelectedIndex="0" BorderStyle="None" Font-Size="Medium" Skin="WebBlue" Height="19px" Width="441px" CausesValidation="False" > <Tabs> <telerik:RadTab runat="server" PageViewID="rpvExamRegistration" Text="Exam Registration"> </telerik:RadTab> <telerik:RadTab runat="server" PageViewID="rpvContactInformation" Text="Contact Information" Selected="True"> </telerik:RadTab> <telerik:RadTab runat="server" PageViewID="rpvConfirmation" Text="Confirmation"> </telerik:RadTab> </Tabs> </telerik:RadTabStrip><asp:Button ID="btnStep2" runat="server" Text="Next" ValidationGroup="ExamRegistration" OnClick="btnStep2_Click" />VB Protected Sub btnStep2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Dim myTab As RadTab = DirectCast(RadTabStrip1.FindTabByText("Contact Information"), RadTab) myTab.Selected = True myTab.SelectParents() End SubRewriteRule (telerik.web.ui.webresource.axd.*) /$1 [I,L]RewriteRule (webresource.axd.*) /$1 [I,L]RewriteRule (scriptresource.axd.*) /$1 [I,L]