Hi guys,
It's the first time I do a BSP application, and I didn't have much web concepts such as MVC. Some C# developers from the company where I work are helping me with this concepts, but now I'm facing a problem to change the views.
I have two controllers and 2 views (it's going to increase), and I don't know why I can't load the second view. When I'm debugging, my second controller is instancied, but the view is not called.
Does anyone could help me?