Home
About Us
Contact Us
Privacy Policy
Search
Home
→
ASP.net
→
When an .aspx page is requested from the web server, the out put will be rendered to browser in following format ?
Related MCQs
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 of the following denote ways to manage state in an ASP.Net Application ?
By default, ASP.NET store SessionIDs in __________?
The __________ property affects how the .Net Framework handles dates, currencies, sorting and formatting issues?
Which of the following represents the best use of the Table, TableRow, and Table-Cell controls ?
Which of the following control is used to validate that two fields are equal ?
Why is Global.asax is used ?
Which one of the following namespaces contains the definition for IdbConnection ?
How do we create a FileSystemObject ?
What is the extension of a web user control file ?
On which of the operating system below ASP.NET can run ?
The Asp.net server control, which provides an alternative way of displaying text on web page, is__________?
Where do we include the user lists for windows authentication ?
Explain the significance of Server .MapPath ?
Which of the following denote the property in every validation control ?
Which of the following is not a member of ADODBCommand object ?
WSDL stands for __________?
Which method do you invoke on the Data Adapter control to load your generated dataset ?
What tags one need to add within the asp:datagrid tags to bind columns manually ?
If one has two different web form controls in a application and if one wanted to know whether the values in the above two different web form control match what control must be used ?
The .NET Framework provides a runtime environment called__________?
Which of the following is the performance attributes of processModel ?
What is used to validate complex string patterns like an e-mail address ?
What is the difference between HTTP handlers & HTTP modules__________?
What is the default session out time__________?
Which of the following denote value that can be taken by Cache-Control of ASP.NET ?
In ASP.NET if one uses Windows authentication the current request attaches an object called as__________?
An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
The number of forms that can be added to a aspx page is__________?
Which of the following method is used to obtain details about information types of assembly ?
Which of the following is FALSE ?
__________ element in the web.config file to run code using the permissions of a specific user?
What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
Attribute must be set on a validator control for the validation to work.
asp:dropdownlist> tag replaces which of the HTML tags__________?
Whats the significance of Request.MapPath( ) ?
If I’m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing__________?
The technique that allow code to make function calls to .NET applications on other processes and on other machines is__________?
Mode of storing ASP.NET session__________?
The type of code found in Code-Behind class is __________?
Select the caching type supported by ASP.Net?
When an .aspx page is requested from the web server, the out put will be rendered to browser in following format ?
A. HTML
B. WML
C. JSP
D. XML
Correct Answer:
HTML
✔
Last Updated:
April 17, 2019