asp.net create uzer wizard getting a handle on controls in custom steps
问题 I have added an extra step to my uzerwizard <asp:TemplatedWizardStep id="stpPayment" runat="server" Title="Payment"> <ContentTemplate> <asp:DropDownList ID="cmbSubs" runat="server" ClientIDMode="Static" Width="200px"> <asp:ListItem Value="month">Monthly Subscription</asp:ListItem> <asp:ListItem Value="year">Annual Subscription</asp:ListItem> </asp:DropDownList> i am successfully navigating to the new step protected void NewUserprofileWizard_NextButtonClick(object sender,