Home
About Us
Contact Us
Privacy Policy
Search
Home
→
ASP.net
→
What is the extension of a web user control file ?
Related MCQs
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?
Which of the following tool is used to manage the GAC ?
Which of the following authentication is best suited for a corporate network ?
Which of the following is not the way to maintain state ?
Which DLL translate XML to SQL in IIS ?
What class does the ASP.NET Web Form class inherit from by default ?
Web.config file is used.. ?
Which object can help you maintain data across users ?
The first event triggers in an aspx page is__________?
What is the lifespan for items stored in viewstate__________?
In ASP.NET if one wants to maintain session then which of the following is used ?
It is best to use a web instead of a windows application when the application ?
How to implement authentication via web.config ?
Postback occurs in which of the following forms__________?
The actual work process of ASP.NET is taken care by __________?
By default, code written with the Debug class is stripped out of release builds?
Default scripting language in ASP?
When is the user controls code is executed__________?
How do you trace the application_End event on runtime ?
The control used in ASP.NET to display information from data set but with better formatting and editing behavior is__________?
If in an ASP.NET application one want to create http handlers which of the interface is used__________?
What is the extension of a web user control file ?
A. .Aspx
B. .Asmx
C. .Ascx
D. None of these
Correct Answer:
.Asmx
✔
Last Updated:
April 17, 2019