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. |