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.
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?
Loading
ali razaPosted Dec 1, 2010, 3:56 AM
In the above example OnClientClick is the event handler exposed by asp.net Button control. I want to add custom JavaScript event handler like follows:
in the above written code OnSuccessfullInsert is the custom event handler; please tell me how can I get this done?
Thanks,
CrishPosted Nov 30, 2010, 7:13 AM
like
function name()
{
OnSuccessfullInsert()
}