Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

Please help us..

We have converted our application from .Net 1.0 to .Net 2.0. After conversion we noticed TabStrip(IE Webcontrol) control is not working in IE. But it is working fine in chrome.

Please suggest are we missing anything. Do we have latest DLL for IE WebControls.Same control was working fine in IE and in Chrome before conversion.

Below is the code for TabStrip control

XML
<IEWC:TABSTRIP id="MyTabStrip" runat="server" SelectedIndex="0" AutoPostBack="True" TabDefaultStyle="background-color:#bdc2df;"
                                                TabHoverStyle="background-color:#333399;color:#ffffff;" TabSelectedStyle="background-color:#333399;"
                                                CssClass="IMSToolbarButton">
                                                <IEWC:TAB id="tabSelectRole" Text="Select Role"></IEWC:TAB>
                                            </IEWC:TABSTRIP>




Thanks,
Naveen
Posted
Updated 15-Oct-15 23:18pm
v2
Comments
naveen_g 27-Oct-15 2:19am    
searched over the web and did not find any solution for this.. found alternate ajax tab control. we replaced IE Webcontrol with Ajax control

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900