I want to hide and show tab page in tab control bye clicking a button or on Selected indexChanged event
Thanks
With Warm Regards
Shailendra
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
kombsh mPosted Apr 2, 2010, 3:56 AM
i can't understood your question. if you click any one of the tabpage the other pages will be automatically hides .
if you want do this from outside of tabcontrol by using another button you can use the below code.
button_Click__Evet()
{
tabControl.SelectedTab=tabPage3;
}
Shailendra VermaPosted Apr 3, 2010, 6:15 AM
i want to know.. is this is right way to hide and show tab controls if anyone know better than this please help me
Shailendra VermaPosted Apr 2, 2010, 9:07 AM
plz Help me.......
Thanks
with warm regards
Shailendra