Custom event handler in JavaScript
Hi all, I want to create custom event handler in JavaScript and bind it to my asp.net custom control as i can do with html body.
<body onload="function name()" ></body>
hear on load is the event handler... i want to create my own like OnSuccessfullInsert()
Can some body tell me how to get this done?