1
Answer

Hide the tab's on the tabcontrol and use a button to navigate

Photo of Administrator

Administrator

22y
1.2k
1
Hey, I'd like to make some kinda wizzard with the tabcontrol. So i want to hide the buttons on top and want to use a next and previouse button to navigate through the tabpages. Does anyone know how to hide only the tabbuttons and what the command is to raise a tabpage??? thnx

Answers (1)

0
Photo of vignesh t
NA 31 861 7y
I'm creating two dynamic dropdown controls inside a panel and I'm unable to get values of dynamically created control values.
0
Photo of Amit Gupta
NA 16.5k 25.7k 7y
strDDLValue = ddlName.SelectedItem.Text + "," + ddlLocation.SelectedItem.Text
 
ddlName and ddlLocation is not the same variable that are declared on the loop.