Microsoft
70-573 · Question #18
You created a custom ASPX page that updates a list. The page is deployed to the Jayouts folder. The page contains the following code segment. 01 < form id=" Forml" runat =" Server" > 02 < asp…
The correct answer is A. FormDigest. See the full explanation below for the reasoning.
Question
You created a custom ASPX page that updates a list. The page is deployed to the Jayouts folder. The page contains the following code segment. 01 < form id=" Forml" runat =" Server" > 02 < asp: Button id=" btnUpdate " runat =" server" Text=" Update" ></asp : Button > 03 </form > A user attempts to update the list by using the p age and receives the following error message:
"The security validation for this page is invalid". You need to prevent the error from occurring. Which control should you include in Form1?
Options
- AFormDigest
- BUlVersionedContent
- CInputFormCustomValidator
- DEncodedLiteral
How the community answered
(35 responses)- A74% (26)
- B14% (5)
- C9% (3)
- D3% (1)
Community Discussion
No community discussion yet for this question.