ASP.NET MVC Fundamentals - Part 04 - Partial/AJAX Postbacks (using jquery)

preview_player
Показать описание
-How to do partial page postbacks (or AJAX based calls or postbacks) using ASP.NET MVC
-How to import necessary libraries to do partial/ajax postbacks
-How to do partial postback using "Ajax.BeginForm" in ASP.NET MVC
-How to send data during partial postbacks
-How to receive data during partial postbacks
-How to modify DOM after AJAX calls in ASP.NET MVC
Рекомендации по теме
Комментарии
Автор

I have watched a ton of videos on MVC and Ajax, and I must say that I learned more from your 4 MVC videos than all the others combined. You explain everything thoroughly. Well done! thank you so much.

emeryswanson
Автор

Loved this tutorial. Your explanation is very clear and thorough. This is my favorite .NET tutorial channel from now on! Looking forward to watching more.

keigoito
Автор

Awesome video. I appreciate the time you took to explain all the options and parts of this feature.

insigpilot
Автор

Probably the best video on this subject.Thank you

mehmeterdem
Автор

43:22 data{txfirstno :v1, txsecondno:v2}.In case we had 10 numbers and view is strongly typed, can we not send the complete model object .

shipperification
Автор

howly cow! it really helps. best tutorial ever had. i subscribed. and you deserve a million subscriber.

listomoto
Автор

It's very interesting, I like it because you explain everything too clear

mikeym
Автор

like and subscribed!! Great job. So many 'Ah ha!' moments I've lost count.

jamescruce
Автор

Tech CBT your MVC Videos are awesome.... can you post more videos in mvc

rameshbaburangasamy
Автор

CRYSTAL CLEAR explanation. Thanks alot.

kattamanchiarjun
Автор

Very nicely explained. Thank you sir 😀😀😀

PraveenKumar-ftkr
Автор

Best ever tutorial I've ever seen: Great :)

sweetaadi
Автор

Hello! I have a question. In your first example with AjaxBeginForm, when displaying the sum of the the two number, does the rest of the page reload or only just the span? Or does the span only update? I have a similar problem which I have to solve: I have a form that I have to submit, but when I hit the submit button, the whole page reloads. The problem is that on the page I have a reCaptcha which also reloads so I have to re-solve the reCaptcha. The idea was to use your example to update the completed form fields like you did with the and so the reCaptcha not to reload. Any thoughts?

_prost_ati_nimerit
Автор

Very well explained!! Thank you so much

Sssaann
Автор

The great video provided by you sir. Thanks for help

FaizShaikh-zfvc
Автор

You are awesome, In my case when I press submit button, it only shows the result, not with the text fields.

rahulsen
Автор

Superb...But using zoom the code when explain particular code...Just ctrl+mouse scroll button..Because mobile device can't able to see that code...Very veru small...

MuthuKumar-swpe
Автор

we are eagerly waiting for more videos of mvc, when will you upload

kattasaichand
Автор

I am getting a full page post back with just the sum value thru Ajax.beginform even after following the steps elucidated on the video via script references. Pls help me.

NamdhevGaneshan
Автор

Thanks for this tutorial what about if I want to return model instead of string
I declared action same this way
[Httppost]
Public TrainingInfo Index ()
{ do code...

}
Return model;


In view
But the model value not passed :(
Pls correct me if I did something wrong

Ali-jtmo
welcome to shbcf.ru