Home
About Us
Contact Us
Privacy Policy
Search
Home
→
ASP.net
→
When a .aspx page is requested from the web server, the out put will be rendered to browser in following format ?
Related MCQs
What attributes do you use to hide a public .Net class from COM ?
When does Garbage collector run ?
If a developer of ASP.NET defines style information in a common location. Then that location is called as__________?
We can manage states in asp.net application using__________?
Who can access Session state variables ?
An organization has developed a web service in which the values of the forms are validated using ASP.NET application. Suppose this web service is got and used by a customer then in such a scenario whi ?
Where we can assign value to Static read only member variable of a static class ?
Which of the following is a requirement when merging modified data into a DataSet ?
Which of these data source controls do not implement Caching ?
Select the type Processing model that asp.net simulate ?
How do you register a user control ?
Which method do you invoke on the DataAdapter control to load your generated dataset with data ?
How many classes can a single .NET DLL contain ?
Which of the following is used to send email message from my ASP.NET page?
In ASP.NET in form page the object which contains the user name is __________?
Which of the following is faster and consume lesser memory ?
Which of the following ASP.NET object encapsulates the state of the client ?
File extension used for ASP.NET files ?
Difference between Response.Write() and Response.Output.Write() ?
Which of the following is the way to monitor the web application ?
An alternative way of displaying text on web page using ?
Which namespace allows us to formauthentication ?
How do you disable client side validation ?
I have an ASP.NET application. I have a page loaded from server memory. At this instance which of the following methods gets fired ?
Which property is used to name a web control ?
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?
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
Correct Answer:
HTML
✔
Last Updated:
April 17, 2019