Hi, I wonder if anyone can point me in the right direction of creating a dialog popup on submit of a cshtml form.
In my controller I have a save action which I have coded to do some calculations, I need a local variable in this action to pass back to the popup dialog and inform the user on submit with an Ok/Cancel button.
The application is mvc razor c#, i'm a complete novice here and have managed to work certain things out up to now but i am completely stuck.
thanks
In my controller I have a save action which I have coded to do some calculations, I need a local variable in this action to pass back to the popup dialog and inform the user on submit with an Ok/Cancel button.
The application is mvc razor c#, i'm a complete novice here and have managed to work certain things out up to now but i am completely stuck.
thanks