Search
.Management Sciences
Category: ASP.net
When a .aspx page is requested from the web server, the out put will be rendered to browser in following format ?
A. XML
B. HTML
C. WML
D. All of the above
Where we can assign value to Static read only member variable of a static class ?
A. Parameterized constructor
B. On click of button
C. Global.asax
D. Default constructor
In ASP.NET in form page the object which contains the user name is ________________?
A. Page.User.IsInRole
B. Page.User.Name
C. Page.User.Identity
D. None of these
To set page title dynamically in ASP.NET which of the following is used ?
A. section
B. section
C. section
D. None of the above
Which of the following method is used to obtain details about information types of assembly ?
A. GetType
B. GetTypes
C. Both A and B
D. None of these
I have an ASP.NET application. I have a page loaded from server memory. At this instance which of the following methods gets fired ?
A. Load()
B. Unload( )
C. PreRender( )
D. None of the Above
In ASP.NET if one uses Windows authentication the current request attaches an object called as_______________?
A. WindowsPrincipal
B. WindowDatset
C. Serialization
D. None of the Above
Which of the following is FALSE ?
A. ASP.NET is a major upgrade over ASP
B. ASP+ and ASP.NET refer to the same thing
C. ASP.NET applications run without a Web Server
D. None of these
Recent Comments