Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

wizard

Is there a wizard control in WPF? [closed]

August 30, 2023 by Tarik

WPF has a navigation infrastructure built in: WPF Navigation Overview Also check out the wizard sample

Categories wpf Tags wizard, wpf Leave a comment

Creating Wizards for Windows Forms in C#

August 26, 2023 by Tarik

Lots of ways to do it. Creating a form for each wizard step is possible, but very awkward. And ugly, lots of flickering when the user changes the step. Making each step a UserControl can work, you simply switch them in and out of the form’s Controls collection. Or make one of them Visible = … Read more

Categories c# Tags c++, winforms, wizard Leave a comment

how to make a wizard with ASP.Net MVC

May 21, 2023 by Tarik

I don’t believe there is a best/correct way, but the way I’d do it is… Each wizard gets its own page. Each step gets its own div. All steps are in the same form. The previous/next buttons would essentially hide/show the div in each step of the process. The last step’s submit button submits the … Read more

Categories c# Tags .net, asp.net-mvc, c++, wizard Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa