"Knowledge has to be improved, challenged, and increased constantly, or it vanishes."

Archives

Archives / 2012 / January
  • Walkthrough: Wizard control in ASP.Net

    In this article I am going to explain about the ASP.Net Wizard control and how you can use it in your application. When there are large forms, the wizard control is a useful tool that helps the end user to fill the form quiet easily. When you have large forms, it is a better approach to split the forms to various steps. In this article I am going to demonstrate how ASP.Net wizard control can be applied to multi-step form application. I am using ASP.Net 4.0 with Visual Studio 2010 for this demonstration.