Home
About Us
Contact Us
Privacy Policy
Search
Home
→
ASP.net
→
Which property is used to name a web control ?
Related MCQs
You need to store state data that is accessible to any user who connects to your Web application. Which object should you use ?
What namespace does the Web page belong in the .NET Framework class hierarchy ?
Which of the following transfer execution directly to another page ?
__________ is a special subfolder within the windows folder that stores the shared .NET component?
Which of the following object is not an ASP component ?
What is a diffgram ?
What is the transport protocol used to call a webservice ?
In ASP.NET what does the following return ?
What section of the config.Web file is used for storing a list of authorized users ?
Which of the following are not a member of Server Object__________?
The first event to be triggered in an aspx page is__________?
The Following are the minimum requirement to run Asp.net pages__________?
How do you add ASP.Net 3rd party component__________?
The first event to be triggered in an aspx page is?
A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
What is a strong name ?
Common type system is built into which of the following?
Which of these classes maps to the tag ?
In .NET the operation of reading metadata and using its contents is known as __________?
What is/are the predefined TraceListener(s) in ASP.Net?
Whats is the significance of Response.ClearHeaders( ) ?
Custom Controls are derived from which of the classes__________?
To add a custom control to a Web form we have to register with?
What executable unit gets created when we build an ASP.Net application ?
If a developer of ASP.NET defines style information in a common location. Then that location is called as__________?
To add a custom control to a Web form we have to register with?
We can manage states in asp.net application using__________?
What executable unit gets created when we build an ASP.Net application ?
In order to prevent a browser from caching a page which of these xstatements should be written ?
Which of the following languages can be used to write server side scripting in ASP.NET?
Choose the form in which Postback occur__________?
Which of the following is used to write error message in event Log File ?
Which of the following can be used to add alternating color scheme in a Repeater control ?
Which class can be used to create an XML document from scratch ?
Which method displays the custom control__________?
How do you explicitly kill a user session ?
Select the output of the statement ?
How ASP.Net Different from classic ASP ?
Select the validation control used for “PatternMatching”?
When an .aspx page is requested from the web server, the out put will be rendered to browser in following format ?
In ASP.NET if one wants to set the focus on a particular control__________?
Suppose a .NET programmer wants to convert an object into a stream of bytes then the process is called __________?
Give one word: What model does ASP.NET request processing is based on__________?
In ASP.NET the section contain which of the following elements ?
If one uses ASP.NET configuration system to restrict access which of the following is TRUE ?
What is the base class from which all Web forms inherit ?
Which class can be used to perform data type conversion between .NET data types and XML types ?
We have defined one page_load event in aspx page and same page_load event in code behind who will run first ?
Which of the following is true about session in ASP.NET ?
In .NET the operation of reading metadata and using its contents is known as __________?
In ASP.NET if you want to allows page developers a way to specify static connections in a content page then the class used is__________?
Which property is used to name a web control ?
A. ControlName
B. Designation
C. ID
D. Name
Correct Answer:
ID
✔
Last Updated:
April 17, 2019