Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在从一页重定向到另一页时默认显示选项卡容器的第四个选项卡面板,请帮我修复它。
Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load TabContainer1.ActiveTabIndex = 3 ' ...