ASP.NET MVC Beginner's question
- by Amutha
Just I am learning MVC,(ofcourse i get enough information from MS Website).I want to quickly
clarify some details.
1) What is the use of PartialView in MVC,Is it similar to partial update of Ajax?
I am does the partialView modify the HTML DOM structure?
2)Can i use Response.Redirect() in MVC?