Tagged Questions
The aspwizard tag has no wiki summary.
1
vote
1answer
103 views
ASP.Net Remove Sidebar from Wizard Control
Any ideas how to remove/hide/disable and make invisible the sidebar (with all of the links in it) from a Wizard Control?
Cheers.
1
vote
2answers
94 views
Print all steps of asp:Wizard control
I have a asp:Wizard control in my Web Application.I need to be able to print at any step within the wizard , and print all steps up to that step not just the current step.
I've added a print button ...
1
vote
0answers
297 views
how to conditional display a control in asp wizard based on the radiobutton click in a particular step using jquery?
I've been stuck with this problem where there are 3 steps in an asp wizard control. The first step has a radiobutton (yes and no) and based on the radio button input chosen by the user, i would need ...
0
votes
0answers
20 views
asp:TemplatedWizardStep and JavaScript
I have this wizard setup
<asp:Wizard ID="Wizard1" OnNextButtonClick="Wizard1_NextButtonClick" runat="server"
ActiveStepIndex="0" DisplaySideBar="False" Width="16px">
...
0
votes
1answer
29 views
Dynamically add text from table to what and how?
In a asp:wizard I have a table in which there are several input textfields like below:
<asp:TextBox runat="server" CssClass="text" ID="txtCoworkerName"/>
<asp:TextBox runat="server" ...
0
votes
0answers
128 views
Dynamically create and add WizardStep's to existing Wizard in ASP.NET
I have a Wizard control in my page, and i want to create all it's steps (except the first and last, which are defined in the .aspx) at run-time.
I have this code to create and populate the Wizard:
...
0
votes
0answers
193 views
Dynamic Panel controls in Wizard are empty on next stage
I have created a wizard where you set how many textboxes the next page will have.
I use a panel control to add the textboxes.
After adding values to the dynamic textboxes I click on next. But when I ...
0
votes
0answers
70 views
Retain StepIndex in asp:Wizard on Reload/Refresh
I am running into a problem now that is,
i have used an asp:wizard control on my usercontrol which is under an update panel.
there are three steps in my wizard. i accomplished the purpose of insertion ...
0
votes
0answers
256 views
asp:Wizard Problem in navigation
I am running into a problem that i am using wizard control for preparing newsletter campaign step 1 works fine stores the data in database step 2 also works fine also stores the data in database but ...
0
votes
0answers
239 views
ASPx Wizard in Update panel and postback
In my ASP.net site I am using wizard control in update panel. In one of the wizard steps there is a button to produce a PDF but I get this error:
Uncaught
...
0
votes
1answer
179 views
Open an ASP.Net page containing a Wizard at a different WizardStep to the default starting step?
I've got an ASP.Net Forms page containing the following (simplified) <asp:Wizard /> control. I now need to modify this page so that when it is loaded, it loads showing the final step.
Is this ...
0
votes
2answers
460 views
Validate all wizard steps on FinishButtonClick
I have an asp:wizard control that contains five WizardSteps. All of these steps have form controls, and most of these controls have validators. When the user steps through the wizard with the next and ...
0
votes
1answer
86 views
Wizard control does not work
I'm new to the ASP.NET's Wizard control and couldn't make it work. I guess there is a minor issue in the code that prevent the wizard from displaying. Here is the code snippet that I put inside a ...
0
votes
1answer
713 views
Problems with Viewstate corruption
I'm getting errors in a few of my pages:
Error Message: Invalid character in a Base-64 string.
Error Source: mscorlib
Error Target Site: Byte[] FromBase64String(System.String)
Error Message: Unable ...
0
votes
1answer
998 views
ASP.net 3.5 Website Using ASP:Wizard Control and SMTPClient does not send Email
I have a asp:Wizard control on a site running Framework 3.5. I acquired the settings from the web host and have entered them into the Web Configuration Utility. Here's the code behind file:
...
0
votes
1answer
268 views
How to AJAXify ASP:Wizard Control
Happy Friday All,
I have an ASP.net 2.0 website that I'm updating to .Net 3.5. The site uses a master page and I've placed asp:UpdatePanel in it.
One of the pages has a 3-step wizard control that ...
0
votes
2answers
874 views
goto next step on asp:wizard from aspx (JS) on div click
I have a div on the aspx page in which I have created an onClick event.
The onClick for the div points to:
onclick="'javascript:WebForm_DoPostBackWithOptions(new ...