﻿// JScript File

function BeginRequestHandler(sender, args)
{
     // Get the postback element that is part of the args
     // parameter which is of type BeginRequestEventArgs class
     var elem = args.get_postBackElement();
         
     // Show the alert box
    
}