KyaPoocha.com

Huge Collection of Interview Questions


‘ASP.Net Interview Questions’ - KyaPoocha.com

What happens to a HTML page? 

The browser makes a HTTP request; the server gives a HTTP response to the browser and the browser converts into a HTML page.  Read more »

What is the difference between Server-side validation and Client-side validation? 

Client-side is faster than server-side as the networking time from client to server is saved server-side is done on the server. Then the server converts the data... Read more »

What is http header ? 

HTTP headers expose a great deal of information about your client as well as the server you are working, the application you are designing, as well as the environment... Read more »

How to display a word document (.doc) file in HTML page using ASP? 

copy the .doc file to the www root folder example:- data.doc and give the link in the asp page as Document lastly save it as .asp file  Read more »

What are the differences between ASP and ASP.NET and is ASP.NET backward cmpatible to ASP. 

ASP page is non compiled version ie the ASP compiler (interpreter) executes each line of ASP page when the request for a particular page is made… Where as... Read more »

How do assign the memo data type in ASP page as variable? and I want to place that variable in HTML’s textarea as its value? 

I tried it with the access database with description as memo field. You can also try it with sql database. I am sure it wud work.  Read more »

How to include Active x controls in ASP code ? 

you can include Activex Control using OBJECT tag. Syntax for including Activex control is ..  Read more »

What is the Order of precedence for ARITHMETIC Operators. 

^, mod, *or /, -(negation), + or ? right!  Read more »

How are sessions maintained? 

The browser sends a cookie to the server with each request Creating a unique cookie for each user.  Read more »

Can be Arrays resized by using the keyword REDIM? 

You can able to resize the array. syntax: Redim a(100)  Read more »

Name the ASP Objects? 

1. Session Object 2. Application Object 3. Server Object 4. Request Object 5. Response Object 6. Object Context 7. Error Object  Read more »

What is the difference between Server.Transfer and response.redirect ? 

Server.Transfer is used when redirecting the webpage with in the same application whereas Response. Redirect is applicable towards the redirection of webpage between... Read more »

What is code in asp for Redirect to another page ? 

 Read more »

How many types of cookies are available in asp? 

Persistent cookies are stored on your computer hard disk. They stay on your hard disk and can be accessed by web servers until they are deleted or have expired.... Read more »

How to Insert the records in a database table by using ASP? 

 Read more »

Page 1 of 2212345»...Last »