Hi @gdami,
According to the code you provided, it looks like a webform project, and you used the TabStrip
control via install Microsoft.Web.UI.WebControls.dll
.
But as far as I know, IE Web Controls are an old technology. And Microsoft doesn't support it anymore, and I also can't find Microsoft.UI.Web.Controls.dll
from any official way to install/test the TabStrip
control. So I'm afraid I cannot reproduce your issue.
And because of the latest update, you may no longer be able to open this .NET application with IE browser, if you use Edge IE mode, you can try to open its devtools by this way: open %systemroot%\system32\f12\IEChooser.exe
. And check if there is any error message in console.
In addition, I recommend you to use other technologies to implement the same requirement, such as Jquery UI Tabs or Ajax TabContainer control.
Best regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.