Tutorio.com

Search


You are currently browsing for Procedures Tutorials
| 1 |

Implementing Callback Procedures

Visit tutorial >>
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.
Hits: 899

Stored Procedures

Visit tutorial >>
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...
Hits: 225

ASP Coding Call Procedures

Visit tutorial >>
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...
Hits: 317
Tutorio.com. Privacy Policy, Contact