ASP.net Quiz 5

ASP.net Quiz 5

In Asp.net server code written with HTML code, at the time of execution server code:





Difference Between Code-behind model and Single-File Page Model





If view engine is failed to find view page retrned by any action method, what Exception does occur





Public ActionResult Register(){} must response only by….request





Output caching lets you store the output of an action method in memory on the Web server, to avoid complexity cache profile should set in………file





Share Values or messages from one controller to View





Which one is not a valid filter attribute?





[HttpPost] Public ActionResult Register(){} must be invoked only by…..request





Which ActionResult type renders a complete web page?





Which ActionResult type renders a section of web page?

Which ActionResult type renders a section of web page?

A.    ViewResult

B.     PartialViewResult

C.     ContentResult

D.    All of these