I have a view with strong typed model. I have a popup (done with jquery slide) which some data from model. it has a button SEND which must send data to controller. Some of those requires validation (email for example). I also has some properties of model inside the view. They all together must be send to a controller.
How this can be done ? If possible some examples
Thank you