Microsoft Exam Questions

If can this be achieved?

There is an ASP.NET Web site PassGuideWS.
There is an ASP.NET page PassGuidePage.
PassGuidePage has a text control.
If a user enter JavaScript code into the text box of PassGuidePage the code will be run.
This code should not be allowed to run.
If can this be achieved? Select three.

A.
In file Global.aspx…

B.
In file code-behind..

C.
In @Page directive…

D.
..set attribute Strict..

E.
..set attribute EnableEventValidation..

F.
..set attribute ValidateRequest..

G.
..set attribute AllowJavaScript..

H.
..set attribute ResponseEncoding..

I.
..to true.

J.
..to false.