Click here to Skip to main content
15,908,626 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
In wizard control how do display particular step on web browser?
Posted

Give it a try

Specify index as query string
www.youursite.com/info?step=1
or in code, you can use
myWizard.ActiveStepIndex to set the step.

Ref: http://forums.asp.net/t/1273102.aspx/1?Linking+to+different+steps+in+the+ASP+Wizard+[^]
 
Share this answer
 
v2
Comments
Monjurul Habib 17-Jun-11 15:47pm    
nice link, my 5.
try this Link

Wizard Control Basic[^]
 
Share this answer
 
Comments
Monjurul Habib 17-Jun-11 15:47pm    
nice link, my 5.
Mahendra.p25 18-Jun-11 6:58am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900