Search
.Management Sciences
Category: ASP.net
If one uses ASP.NET configuration system to restrict access which of the following is TRUE ?
A. The access is restricted only to ASP.NET files
B. The access is restricted only to static files and non-ASP.NET resources.
C. Both A and B
D. None of the Above
Which of the following method must be overridden in a custom control ?
A. The default constructor
B. The Control_Build() method
C. The Paint() method
D. The Render() method
In ASP.NET the section contain which of the following elements ?
A.
B.
C. Both A and B
D. None of these
Which of the following is true ?
A. IsPostBack is a readonly property of System.Web.UI.Page class
B. IsPostBack is a method of System.UI.Web.Page class
C. IsPostBack is a method of System.Web.UI.Page class
D. None of these
How do you register a user control ?
A. Add Source, Tag prefix
B. Add Tag prefix, Tag name
C. Add Src, Tagprefix, Tagname
D. None of these
You need to store state data that is accessible to any user who connects to your Web application. Which object should you use ?
A. Response.ViewState
B. Response.Cookies
C. Session
D. Application
Which of the following must be done in order to connect data from some data resource to Repeater control ?
A. Call the DataBind method
B. Set the DataSource property
C. Both A and B
D. None of these
What is the maximum number of cookies that can be allowed to a web site ?
A. 1
B. 10
C. 20
D. 30
How do you explicitly kill a user session ?
A. Session.Exit
B. Session.Close( )
C. Session.Discard( )
D. Session.Abandon
Recent Comments