How do you disable client side validation ?
A. Set the ClientTarget property to Downlevel
B. Set the Runat property to server
C. Set the inherits property to codeb
D. Set the language property to C#
A. Website
B. WebForm
C. Webfarm
D. None of the above
A. Application object
B. Session object
C. Server object
D. Response object
A. securityPolicy
B. authentication
C. authorization
D. None of the above
A. Use View State
B. Use URL munging
C. Disable ViewState and use Session State
D. Disable View State and don’t use session state
A. To configure the web server
B. To configure the web browser
C. Configures the time that the server-side codebehind module is called
D. To store the global information and variable definitions for the application
A. The DataSet schemas must match in order to merge
B. The destination DataSet must be empty prior to merging
C. A primary key must be defined on the DataTable objects
D. A DataSet must be merged into the same DataSet that created it.