View Single Post
Old 06-05-2015, 05:53 AM   #6
BenjaminMayer
Registered User
 
Join Date: Jun 2015
Location: canada
Posts: 29
Functions in ASP:Functions provide a way to create reusable code and avoid re-writing the same block of code when we do the same task every time. If we don't have any function in ASP page then the pages are executed from top to bottom. By writing function we can use it when it is required thus it saves time and our page look less clustered. Writing function in ASP is almost similar to writing in Visual Basic.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
BenjaminMayer is offline   Reply With Quote