<br />
Wybierz krok:&nbsp;
<asp:DropDownList ID="DropDownList1" runat="server"
      AutoPostBack="True"
      OnSelectedIndexChanged="DropDownList1_SelectedIndexChanged">
   <asp:ListItem>1</asp:ListItem>
   <asp:ListItem>2</asp:ListItem>
   <asp:ListItem>3</asp:ListItem>
   <asp:ListItem>4</asp:ListItem>
   <asp:ListItem>5</asp:ListItem>
   <asp:ListItem>6</asp:ListItem>
   <asp:ListItem>7</asp:ListItem>
</asp:DropDownList>
<br />
<br />
Aktywny krok:&nbsp;
<asp:Label ID="lblActiveStep" runat="server" />
<br />
ActiveStepIndex:&nbsp;
<asp:Label ID="lblActiveStepIndex" runat="server" />
<br />
StepType:&nbsp;
<asp:Label ID="lblStepType" runat="server" />
<br />
Informacje o przycisku:&nbsp;
<asp:Label ID="lblButtonInfo" runat="server" />
<br />
<br />
<u>Historia</u>
<br />
<asp:Label ID="lblHistory" runat="server" />
