asp.net 2.0 wizard question
- From: merrittr@xxxxxxxxx (rob merritt)
- Date: 28 Apr 2005 22:20:18 -0700
I have a asp.net 2.0 form wizard and I have been having a hard time to
get each step identified nuemenrically. For instance using on page
load or
in each of these situations the output is the index # of the previous
form until I refresh then the index lines up any idea how to arive at
step 5 out of 0->9 and be surwe that it is step 5?
void Wizard1_PreviousButtonClick(object sender,
WizardNavigationEventArgs e)
{
Response.Write(this.Wizard1.ActiveStepIndex.ToString() + "<BR>");
void Wizard1_NextButtonClick(object sender, WizardNavigationEventArgs
e)
{
Response.Write(this.Wizard1.ActiveStepIndex.ToString() + "<BR>");
void Page_Load(object sender, EventArgs e)
{
Response.Write(this.Wizard1.ActiveStepIndex.ToString() + "<BR>");
.
- Prev by Date: Re: Invalid file name for monitoring
- Next by Date: Re: HTML to Graphic File?
- Previous by thread: HTML to Graphic File?
- Next by thread: WebMatrix officially dead?
- Index(es):