Hide the tab's on the tabcontrol and use a button to navigate
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
I'm creating two dynamic dropdown controls inside a panel and I'm unable to get values of dynamically created control values.
0
strDDLValue = ddlName.SelectedItem.Text + "," + ddlLocation.SelectedItem.Text
ddlName and ddlLocation is not the same variable that are declared on the loop.