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 |
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?
What is the role of the jit compiler in .net framework?
How do you initiate a string without escaping each backslash ?
What is an asynchronous controller in asp.net mvc?
What are the different types of filters, in an asp.net mvc application?
What are the main features of asp.net mvc 4 used by asp.net web api?
What is the use of razor view engine?
What is razor code?
what is deferred loading(lazy loading)?
How do you register the dotnet component or assembly ?
1 Answers Accenture, BirlaSoft,
What are Code Blocks in Views?
What are the ways to deploy an assembly?