I am currently working on a web application for the University that I currently work at. My issue is that I am looking for information on how to create a reactive user input file for the web system. We are using asp.net and c# in visual studio 2017 currently. I am not totally sure the best way to word this, so here is my attempt.
Basically what I need to do is have a couple boxes of questions for user input. So for now lets say 3 boxes on the same view. The first box asks what specific campus the employee is working at, the second asks what department, and the third asks what type of access they are requesting. I need these to be able to change(simplify) as the user goes on. So for example if they choose "off campus" in the campus box and then "Ricoh-Consultant" in the dept. tab(second box), the third box(access requested) will simplify the choices available depending on their first and second choices to make it more user friendly.
Does anyone have any idea or recommendations where I should look to learn this process? Thanks in advance!!