View Single Post
  #33 (permalink)  
Old 06-02-2008, 09:18 PM
poornima poornima is offline
D-Web Sr.Programmer
 
Join Date: Dec 2007
Posts: 189
poornima is on a distinguished road
Smile Re: Asp Interview Questions

Hi,
Global variables->U can access global variable through out the page but not the entire project.These variables should be declared before the pageload function.

Local Variables->These variables can be accessed only within the function.
Reply With Quote