Can somebody please explain how I can create a dialog box that will appear when the user clicks a button on a webpage. I am using the MVC3 framework coding in c# and asp.net.
Basically, when the user clicks 'Send' - the dialog box will display "message has been sent" and they can close it. In the instance that there were validation errors the dialog box should display it (e.g: "Please enter a valid email address and try again").
Kindly explain exactly what code needs to go in which files. i.e. controller, view, model, scripts, css, etc...
Thanks