Posts by Morais • 83 points
5 posts
-
0
votes1
answer70
viewsQ: Logoff after editing a User Role
I am working on an Asp.net-mvc project and would like to force the user logoff after editing a role belonging to the user, using Asp.net-Identity public async Task<ActionResult> Edit(string…
-
1
votes1
answer81
viewsQ: Foreach in an Actionresult of details
I have an entity Registering who owns a Professor, the Professor has a list of Registering. How can I create a foreach in View details of Registering to list the name of Professor which belongs to…
-
3
votes1
answer58
viewsQ: Show fields of an entity in a different View
I have an entity Academic who owns a Professor, I want in the View details of Academic the teacher responsible for it, i.e. Professor that belongs to that Academic. The code I’m already using is…
-
1
votes0
answers22
viewsQ: Divide a view into tabs
I have a very large registration form, I want to divide it into Tabs, and the button to register the data should be in the last View that contains the form How can I do that ?
asp.net-mvcasked Morais 83 -
3
votes3
answers8860
viewsQ: Ionic is not recognized as an internal command
I’m trying to create an app with Ionic but this error happens: 'Ionic' is not recognized as an internal command or external, a operable program or a batch file.