The Undefeated
November 16th, 2005, 05:09 PM
When a user does some sort of action that can trigger an event, i want to run a peice of code like this:
private void OnEvent()
{
//code here :-)
}
What do i put in the .aspx file next to 'ondbclick =' to run OnEvent() ?
private void OnEvent()
{
//code here :-)
}
What do i put in the .aspx file next to 'ondbclick =' to run OnEvent() ?