Call javascript function from asp.net code behind before server side code executes

muyloukis

New Member
I have jquery msgbox and i want to show message \[quote\] saving process please wait....\[/quote\]while sending mail. how can i call jquery while processing sending mail function. i called that in \[code\]send_mail()\[/code\] function but it executes after execution of all page.
 
Top