ASP

ASP Tutorial

ASP Tutorial

ASP Projects

ASP Project

ASP Examples

ASP EXAMPLE

ASP Objective Questions And Answers
More interview questions and answers

ASP stands for? 1 Active Server Pages 2 Advance Server Pages 3. Active Service Pages 4. None

1 Active Server Pages 

Which one is display the date? 1. <% =date %> 2. <% =time %> 3. <% =now %> 4. None

<% =date %>

Which one is display the time? 1. <% =date %> 2. <% =time %> 3. <% =now %> 4. None

<% =time %>

Which one is display the date and time both? 1. <% =date %> 2. <% =time %> 3. <% =now %> 4. None

<% =now %>

Which one display the month and name of month? 1. <% =MonthName(month(now)) %> 2. <% =Monthname(Month(now)) %> 3. <% =monthname(month(now)) %> 4. None

<% =monthname(month(now)) %>

Which one method display the day of current month? 1. <% =day(now) %> 2. <% =Day(now) %> 3. <% =date(now) %> 4. None

<% =day(now) %>

Which one method display the weekday? 1. <% =weekday(now) %> 2. <% =WeekDayName(weekday(now)) %> 3. <% =weekdayname(weekday(now)) %> 4. None

<% =weekday(now) %>

Which one method display the weekday and weekday name? 1. <% =weekday(now) %> 2. <% =WeekDayName(weekday(now)) %> 3. <% =weekdayname(weekday(now)) %> 4. None

<% =weekdayname(weekday(now)) %>

Which one method count the no. of character in word? 1. len 2. Len 3. count 4. none

len

Which one method is used to display content of each field? 1. <% =request.form(fieldname) %> 2. <% =response.Form(fieldname) %> 3. <% =Request.Form(fieldname) %> 4. None

3. <% =Request.Form(fieldname) %>

Which one is true? 1. <% TheName = Request.Form("CatName") %> 2. <% Name = Request.Form("words") %> 3. <% The = Request.Form("Strings") %> 4. All

All

Which one is used to save the result in file? 1. ASP counter 2. counter 3. save 4. None

ASP counter

Which one is help to know in no. of visitor? 1. Active Users counter 2. Active Users count 3. count 4. None

Active Users counter

Which one method is used to return the absolute value? 1. abs (n: number) 2. ABS (n: number) 3. abt (n: number) 4. none (n: number)

abs (n: number)