You are currently browsing for
Procedures Tutorials
 | Function and Procedure Callbacks are often underused yet the benefits of using them can be tremendous. They can help to limit duplicate code and make your code easier to read and even easier to maintain. A callback is a means of passing a procedure(or function) as a parameter into another procedure so that when a certain event occurs in the procedure that you called, the callback function is called When the callback procedure has completed control is passed back to the original procedure. |
 | stored procedures ... stored procedures by on Sep 02 2004 - 05:13 The tutorial shows you how to create stored procedures after which you ll ... stored procedures in an ASP .NET web application. Content: The main reasons for using stored procedures to execute quer... |
 | ASP Procedures ASP Tutorial AS... call a VBScript procedure from ASP. How to call a JavaScript procedure from ASP. How to call both a JavaScript procedur... ASP file. Procedures The ASP source code can contain procedures and functions: html head % sub vbproc(num1 num2) respon... |