Buy Questpond's video subscriptions on
huge discount
.
Online: 8066
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Exclusive Interviews
> ASP.NET
ASP.NET Exclusive Interview Questions and Answers (348) - Page 7
A joint initiative from DotNetFunda.Com and Questpond.
A one stop place on the internet to get trusted and proven Interview Questions (based on more than a decade of experience in this field) to ensure the success of the candidates.
You will find almost all Interview questions from Questpond here and this list is growing day by day with all latest and updated interview questions.
348 records found.
Post Interview
|
Interview Experiences
|
Interview FAQs
|
Online Interviews
|
Interviews Home
Get 650+ Questpond's Interview videos on discount
Loading ...
What is Session Identifier?
SessionIdentifier is used to identify session. It has SessionID property. When
a page is requested, browser sends a cookie with a session identifier.
This identifier is used by the web server to determine if it belongs to
an existing session. If not, a Session ID (120 - bit string) is
generated by the web server and sent along with the response.
In ASP.NET intrinsic objects are defined in new classes in the __________ namespace.
NOTE: This is objective type question, Please click question title for correct answer.
The intrinsic Request object is defined as a property of the ____________ class
NOTE: This is objective type question, Please click question title for correct answer.
_____________, to get the length, in bytes, of the content sent by the client browser.
NOTE: This is objective type question, Please click question title for correct answer.
The ASP ___________ object is used to send output to the user from the server.
NOTE: This is objective type question, Please click question title for correct answer.
Session object event scripts are declared in the _____________
NOTE: This is objective type question, Please click question title for correct answer.
The ASPError object is created when _________ is called
NOTE: This is objective type question, Please click question title for correct answer.
_______Prevents other users from modifying the variables in the Application object
NOTE: This is objective type question, Please click question title for correct answer.
_____________ Sends buffered HTML output immediately
NOTE: This is objective type question, Please click question title for correct answer.
___________ Destroys a user session
NOTE: This is objective type question, Please click question title for correct answer.
___________ Sets or returns the maximum number of seconds a script can run before it is terminated
NOTE: This is objective type question, Please click question title for correct answer.
What is the difference between the Page_Init and Page_Load events?
Page_Init
The Page_Init event is the first to occur when an ASP.NET page is executed. This is where you perform any initialization steps that you need to set up or create instances of server controls. You can't access controls in this event because there is no guarantee that they have been created yet. Controls are created during this event, and you can control whether your attempt to use these objects will be denied by the server processing your request.
The Page_Init event fires only the first time the page is loaded. When you postback to any page, the Page_Init event doesn't fire.
The Page_Load event fires each time the page loads, postback or not.
Page_Load
This event occurs only when all the objects on the page have been created and are available for use.
Among these which event is controlled by the Global.asax __________
NOTE: This is objective type question, Please click question title for correct answer.
What is INETINFO.exe ?
If the request is with extension aspx/asp, inetinfo.exe processes the request to API filter. ISAPI filter will
have several runtime modules called as ISAPI extensions. To process the request ISAPI filter takes the help of
these runtime modules. The runtime module loaded for ASP page is
asp.dll. And for ASP.NET page it's ASPNET_ISAPI.dll. From here the
request is processed to the "worker process". Worker Process will have
several application domains.
When is the code in Global.asax compiled?
NOTE: This is objective type question, Please click question title for correct answer.
What happended if View State is set to false ?
If
"EnableViewstate" of page directive is set to false then during the
page life cycle programatically changed data is not added to the hidden
element called _VIEWSTATE and thus if round trip is made to the same
page the old state of the control is not restored.
Session level code & variables may be declared in _____________ event.
NOTE: This is objective type question, Please click question title for correct answer.
What namespace does the Web page belong in the .NET Framework class hierarchy?
System.Web.UI.Page
What’s the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?
CodeBehind is relevant to Visual Studio.NET only.
At run time, Global.asax is parsed and compiled into a dynamically generated .NET Framework class derived from the ______________ base class.
NOTE: This is objective type question, Please click question title for correct answer.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
...
18
More ASP.NET Interview Questions & Answers here
Found this useful, bookmark this page to the blog or social networking websites.
Bookmark It
Exclusive Interview Questions and Answers Categories
.NET Certifications
.NET Core
.NET Framework
ADO.NET
AI ML
Android
Angular
AngularJS 1x
Aptitute Test
ASP.NET
ASP.NET AJAX
ASP.NET Core
ASP.NET MVC
ASP.NET Web API
Aurelia
Azure
Best Practices
BizTalk Server
Bootstrap
C#
Cloud
CMS
CSS 3
Data Structures & Algorithms
Design Pattern & Practices
DotNetFunda.Com
Entity Framework
Error and Solution
F#
Function Points (FPA)
HR
HTML 5
IIS
Interview Questions
JavaScript
jQuery
Kinect
LightSwitch
LINQ
Management
Mobile Development
MSBI (SSIS, SSRS, SSAS)
Mule
Networking
News and Community
Node.js
NoSql
OOPS
Oracle
Others
PostgreSQL
PowerShell
Product Reviews
Project Management
Python
QA (Testing)
R Language
Regular Expressions
SEO
SharePoint
SignalR
Silverlight
Sql Server
TypeScript
UML
VB.NET
Visual Studio
WCF
Web Analytics
Web Services, Remoting
Windows 8
Windows Forms
Windows Metro
Windows Phone
WPF
WWF
XML