Download
100% FREE
Office Document APIs for .NET
Online: 639
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
>
Interviews
> ASP.NET
ASP.NET Interview Questions and Answers (1544) - Page 6
Latest and authentic Interview questions. You can also
post an interview question
and
win monthly prizes
as well as gain community
credit points
.
1544 records found.
Post
|
Interview Experiences
|
Interview FAQs
|
Online Interviews
|
Exclusive Questions
Get 650+ Questpond's Interview videos on discount
Loading ...
Which of the follwoing property has the default property for gridview paging by setting the 'PageSetting' Property?
NOTE: This is objective type question, Please click question title for correct answer.
Which of the follwoing code have to write for cancel Link in gridview?
NOTE: This is objective type question, Please click question title for correct answer.
How To Get the Referral page's URL?
we can get the Referral page's URL using:
Request.UrlReferrer.ToString();
To send Emails,you need the following classes from the System.Web.Mail namespace?
NOTE: This is objective type question, Please click question title for correct answer.
What is code-based security?
Code security is the approach of using permissions and permission sets for a given code to run. The admin for example can disable running executables off the Internet or restrict access to corporate database to only few applications.
What is the Better approach to redirect on other page within the same server? Response.Redirect or Server.Transfer
NOTE: This is objective type question, Please click question title for correct answer.
Default Mode for Session State?
NOTE: This is objective type question, Please click question title for correct answer.
Which is the first event in page life-cycle Event?
NOTE: This is objective type question, Please click question title for correct answer.
Name two properties common in every validation control?
ControlToValidate property and Text property
What is the maximum number of cookies that can be allowed to a web site?
NOTE: This is objective type question, Please click question title for correct answer.
How do you explicitly kill a user session?
NOTE: This is objective type question, Please click question title for correct answer.
How turn off cookies for one page in your site?
--> cookie state= false in web.config file
-->Cookie.Discard Property which Gets or sets the discard flag set by the server. When true, then client application not to save the Cookie on the user hard disk when a session ends.
Name Authenication Modes available in web Application?
(1) Window authentication.
(2) Form Authentication
(3) Passport Authentication
What is cross page posting in ASP.NET2.0 ?
When we have to post data from one page to another in application we used server.transfer method but in this the URL remains the same but in cross page posting there is little different there is normal post back is done but in target page we can access values of server control in the source page.This is quite simple we have to only set the PostBackUrl property of Button,LinkButton or imagebutton which specifies the target page.In target page we can access the PreviousPage property.And we have to use the @PreviousPageType directive.We can access control of PreviousPage by using the findcontrol method.When we set the PostBackURL property ASP.NET framework bind the HTML and Javascript function automatically.
Suppose Page_load event is defined in aspx page and same page_load event in code behind. What will happen now? How program will run?
Answer to this is :
The Page_load method in the aspx page will only run.It takes precedence over the one in the code behind.
Which ADO.NET class allows you to specify SQL text to execute, one or more parameters and also choose a specific SQL connection to run against?
NOTE: This is objective type question, Please click question title for correct answer.
NET class that reads data from a database. Inside this class you need to use a SqlDataReader to read back any records returned from the database. What property of the DataReader should you check before attempting to read any records?
NOTE: This is objective type question, Please click question title for correct answer.
Which of the following property is used to set a crosspage posting?
NOTE: This is objective type question, Please click question title for correct answer.
Which of the following is Default ErrorMode in CustomError tag?
NOTE: This is objective type question, Please click question title for correct answer.
Which control is used to display the list of Error Messages in asp.net page
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
...
78
More ASP.NET Exclusive Interview Questions & Answers here
Found this useful, bookmark this page to the blog or social networking websites.
Bookmark It
Interview Questions and Answers Categories
.NET Certifications
.NET Core
.NET Framework
ADO.NET
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