Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for red_evolve

Greetings. I encountered a problem in accessing the controls I placed inside the TemplatedWizardStep tag. Here's the code snippet:- [code] <asp:Wizard ID="wizCreateBulk" runat="server" DisplaySideBar="false"> <WizardSteps> <asp:templatedWizardStep ID="Step1" runat="server" Title="Select Recipient Method" StepType="start"> <ContentTemplate> <div> <span>Enter Name: </span> <span><asp:TextBox ID="txtName" runat="server" /> </div> </ContentTemplate> </asp:TemplatedWizardStep> </WizardSteps> </asp:Wizard> [/code] Then, in the …

Member Avatar for binusworld
0
379
Member Avatar for chapamanuel

Hi Guys, Does any of you know how to dynamically add steps to a wizard control. I have been able to display the steps; however, in the next iteration the wizard steps disapear. Also, I had to add a template step for the dynamically added wizard steps controls to be …

Member Avatar for tgreer
0
2K