GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP
Go To First  |  Previous Question  |  Next Question 
 ASP  |  Question 70 of 147    Print  
Where will you code OPTION EXPLICIT in an ASP application?
WHY?


  
Total Answers and Comments: 4 Last Update: November 14, 2005   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 16, 2005 02:02:53   #1  
K.Ravichandran        

RE: Where will you code OPTION EXPLICIT in an ASP application?
used to forece the variable declaration
 
Is this answer useful? Yes | No
September 12, 2005 17:26:19   #2  
Kamal        

RE: Where will you code OPTION EXPLICIT in an ASP application?

It should be the first line in the asp file.


 
Is this answer useful? Yes | No
October 24, 2005 05:33:21   #3  
sanker        

RE: Where will you code OPTION EXPLICIT in an ASP appl...

In script language above the body.

ex:

<
Option Explicit
Function PrintHello
Dim i
For i 1 to 5

> <font size < i >>Hello</font>> <
Next
End Function
>


 
Is this answer useful? Yes | No
October 25, 2005 08:16:52   #4  
balu        

RE: Where will you code OPTION EXPLICIT in an ASP appl...
on the top of the page. as it forces variables to be declared first before usage
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape