Results 1 to 2 of 2

Thread: Functions in global.asax

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2004
    Location
    india
    Posts
    95

    Functions in global.asax

    hai,

    I want to know abt Global.asax and how to define our functions to call Database. In another page i want to call a function from global.asax

    V.R.Mahendran

  2. #2
    Banned jhermiz's Avatar
    Join Date
    Jun 2002
    Location
    Antarctica
    Posts
    2,492

    Re: Functions in global.asax

    If you want to call functions in various pages create a class
    inside of a page.aspx.vb such as Class Functions
    define the public functions for this class...

    Code:
    usage:
    
    Dim f as New Function
    
    f.CallYourFunction(pass_Parameters)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width