Search
.Management Sciences
Category: ASP.net
In ASP.NET page framework an automatic way to associate page events and methods is______________?
A. It is not possible to set automatically page events and methods
B. AutoEventWireup attribute of the Page directive is set to False
C. AutoEventWireup attribute of the Page directive is set to true
D. All of the above
On which of the operating system below ASP.NET can run ?
A. Windows XP Professional
B. Windows 2000
C. Both A and B
D. None of these
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
Recent Comments