The Complete Project Source Code Platform

Kashipara.com is a community of ONE million programmers and students, Just like you, Helping each other.Join them. It only takes a minute: Sign Up

Job Resume Template

popular asp .net Job Interview Questions And Answers


Why don't preparation your interviews. Best and top asking questions asp .net questions and answers. Prepare your job asp .net interview with us. Most frequently asked questions in asp .net interview. Top 10 most common asp .net interview questions and answer to ask. asp .net most popular interview question for fresher and experiences. We have good collection of asp .net job interview questions and answers. Ask interview questions and answers mnc company.employee ,fresher and student. asp .net technical questions asking in interview. Complete placement preparation for major companies tests and asp .net interviews,Aptitude questions and answers, technical, interview tips, practice tests, assessment tests and general knowledge questions and answers.


Free Download asp .net Questions And Answers Pdf.


popular asp .net FAQ asp .net Interview Questions and Answers for Experiences and Freshers.



What is Cookies in ASP?

A cookie is small text file is created in users computer, ASP pages store and retrieve cookie value to and from user system. You can use Response.Cookies("key")=value to create cookie and value=Request.Cookies("key") to retrive the value.

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:13:47

What is default script time out value, and how you can change this value?

The default value is 90 seconds and you can change this value by using Server.ScriptTimeout = <value> 

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:13:23

How can you download an ASP page output in excel format.

Set page Response.Content property to excel.

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:11:21

What is default session time out value, and how you can change this value?

20 Minute, we can change the value by using Session.TimeOut=<value> in .asp page or global.asa file.

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:13:01

How do you handles errors in asp?

By using VB Script Error objects, On error goto <Label>, On Error Resume Next

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:12:34

What is the order of execution for an ASP application?

  1. Global.asa 
  2. Server-side Includes 
  3. Jscript scripts tagged within <SCRIPT> tags 
  4. HTML together with scripts tagged within <% … %> delimiters 
  5. VBScripts tagged within <SCRIPT> 

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:08:28

What is Response.Redirect, Server.transfer and Server.Execute?

Response.Redirect : In this the redirection is actually happening on the client, not on our server.
Server.Transfer : In this case control passes immediately to another page and control does not pass back to the original page.
Server.Execute : In this case control passes immediately to another page and control return back to the original page after executing.

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:10:05

What is the difference between client-side script and server-side script?

Scripts executed only by the browser without contacting the server is called client-side script. It is browser dependent. The scripting code is visible to the user and hence not secure. Scripts execute 

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:05:18

What are the advantages of Cookies over Session Object?

  • It informs each page what session the request belongs to when a user accesses during a session. 
  • It retrieves all the session information stored on the server. 
  • Cookies can persist for a much long 
Sessions are server side objects which travels between client and web server. Cookies will not be use

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:07:12

How you can pass values to next page and back to the current page by using Server.Execute?

By using Session, Request and Response objects

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:11:48

What is the difference between Request(”field”) and Request.Form(”field”)?

The former term allows simultaneous querying of both the form fields and the query string fields.  


asp .net interview question for fresher and experience.

asp .net   2013-05-25 14:57:36

What happens when a client submits a form which changes the value of an Application variable?

  1. Client actions cannot change Application variables. 
  2. The change is not visible to any client until the application is stopped and started. 
  3. The change is only visible to future requests made by 

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:06:02

What is Request Object?

Gets information from the user. It has five collections by which values can be accessed. They are: Querystring, Form, Cookies, Server Variables & ClientCertificate 

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:02:01

What are the properties of Session Object?

SessionID – returns the session identification number for each user.
Timeout – sets the timeout period assigned to the Session object for any application, in minutes. 
CodePage – Specifies the character set that will be used when displaying dynamic content 

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:04:29

Does asp maintain state for user?

No

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:12:11

What is a Form collection?

The Form collection holds the values of the form elements submitted with the POST method. This is the only way to generate a Form collection. 

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:01:10

How do you implement paging in asp?

To implement paging we can use the property of ADO record set PageSize, pageCount, and absolutePage.

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:08:54

What is Connection Pooling?

Connection pooling is the process of managing the connections effectively and efficiently by optimize

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:06:31

What is ASP (Active Server Pages)?

ASP is a server side-scripting environment for building dynamic and interactive web pages. Since the scripts run on the server side, the web server does all the processing. 

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:04:54

What is Extranet?

An area of a web site available only to a set of registered visitors. 
Extranet is group of computers which are specific for a group may be using MAN

asp .net interview question for fresher and experience.

asp .net   2013-05-25 15:07:43




popular asp .net questions and answers for experienced


asp .net best Interview Questions have been designed especially to get you acquainted with the nature of questions you may encounter during your interview for the subject of asp .net Programming Language. here some questions that helpful for your interview. asp .net 2024 job interview questions with answers. asp .net for employee and fresher. Here we present some more challenging practice asp .net interview questions and answers that were asked in a real interview for a asp .net developer position. These questions are really good to not just test your asp .net skills, but also your general development knowledge. asp .net programming learning. we hope this asp .net interview questions and answers would be useful for quick glance before going for any asp .net job interview.