You are designing an ASP.NET Web application form that allows the user to submit queries
to a Microsoft SQL Server database. You need to minimize the success of submitting
corrupt client data to the form as a security attack against your Web application. Which two
approaches should you recommend7 (Each correct answer presents part of the solution?
Choose two.)
A.
Use Regular Expression Validator and Range Validator controls.
B.
Use an on Submit Java Script handler for the form
C.
Use the Enable View State Mac property.
D.
Use SQL parameters for database access.