What is Differnce between html.action and ajax.action?



What is Differnce between html.action and ajax.action?..

Answer / Mudit Kumar

html.action: This method generates an HTML form that posts to the specified action method using HTTP GET or POST, based on whether it includes form values. ajax.action: This method generates an AJAX call to the specified action method using jQuery. It returns the partial view as JSON data, which can be used to update a specific portion of the page without a full page refresh.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

Is it possibe to run 2 aplication on single m/c, one App is on .Net Framework 1.0 and another one is on .Net Fremework 2.0?

7 Answers  


What is the role of the jit compiler in .net framework?

1 Answers  


How do you initiate a string without escaping each backslash ?

1 Answers  


What is an asynchronous controller in asp.net mvc?

1 Answers  


What are the different types of filters, in an asp.net mvc application?

1 Answers   NA,


What are the main features of asp.net mvc 4 used by asp.net web api?

1 Answers  


What is the use of razor view engine?

1 Answers  


What is razor code?

1 Answers  


what is deferred loading(lazy loading)?

1 Answers   Microsoft,


How do you register the dotnet component or assembly ?

1 Answers   Accenture, BirlaSoft,


What are Code Blocks in Views?

1 Answers  


What are the ways to deploy an assembly?

3 Answers  


Categories