You need to design a solution for calling a server-side method of the code-behind file from
JavaScript. Which approach should you recommend?
A.
Use Page Methods.
B.
Use an Update Panel control.
C.
Use an Update Progress control.
D.
Configure the server-side method to return a JsonResult.