|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
WizardControlI have a Wizard control with 4 steps: WizardStep1 - (2 textbox control) WizardStep2 - (2 textbox control) WizardStep3 - (2 textbox control) WizardStep4 - (2 textbox control) I am beginning with step 1 When I click Next to go Step 2 then I remove this step 2 with this code(Wizard1.WizardSteps.Remove(WizardStep2)) then I am on step 3 and enter info on 2 textboxes then click Next togo step 4 then I click previous then info on step 3 is clear out / disappeared....why? Please help me. Thanks a lot Please check whether view state is enabled on all the view steps.
I would recommend not to remove step2 of wizard, instead hide it -- Show quoteHide quoteThanks & Regards, Sundar Narasiman "hngo01" wrote: > Hi all, > > I have a Wizard control with 4 steps: > > WizardStep1 - (2 textbox control) > WizardStep2 - (2 textbox control) > WizardStep3 - (2 textbox control) > WizardStep4 - (2 textbox control) > > > I am beginning with step 1 > When I click Next to go Step 2 then I remove this step 2 with this > code(Wizard1.WizardSteps.Remove(WizardStep2)) > then I am on step 3 and enter info on 2 textboxes then click Next togo step > 4 then I click previous then info on step 3 is clear out / disappeared....why? > > Please help me. > > Thanks a lot > > >
access validation info in client script
Loading JavaScript files from a class library Image button and tabstop=false set dropdownlist selectedindex in datagrid System.Windows.Forms.WebBrowser and Java and Blank Pages Accessing Controls in LoginView Cause GridView to be sorted from DropDownList How to implement ClientScript.RegisterClientScriptInclude GridView Dynamically Inserted Template with RadioButton ASP.NET book |
|||||||||||||||||||||||