V
V
vadimbe2019-07-29 20:00:14
ASP.NET
vadimbe, 2019-07-29 20:00:14

What is the best way to implement a sequence of user dialog pages in ASP.NET?

You need to show page after page, with clarifying questions for the user. When making a selection, the user presses next, goes to the next dialog, then next again. Depending on the user's response, the dialogs change.
How to beautifully implement the logic that will determine which and in what sequence to show the dialog? Maybe someone met packages for this interesting?
We are currently using Windows WorkFlow Foundation. I consider it a vestige and want to replace it.
Thank you.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Denioo, 2019-08-02
@Denioo

The simplest and what first comes to mind is to use the Switch case in the controller.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question