Search
.Management Sciences
Category: ASP.net
Which of these classes maps to the tag ?
A. HtlmInputCheckBox
B. HtmlCheckBox
C. HtmlControl
D. None of these
What is a strong name ?
A. Combination Of both Public,Private key and digital signature
B. Public Key
C. Private Key
D. Digital signature
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
Recent Comments