Home
About Us
Contact Us
Privacy Policy
Search
Home
→
ASP.net
→
What executable unit gets created when we build an ASP.Net application ?
Related MCQs
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 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__________?
What executable unit gets created when we build an ASP.Net application ?
A. . EXE
B. . COM
C. . DLL
D. None of the above
Correct Answer:
. DLL
✔
Last Updated:
April 17, 2019