Double click issue is resolved by breaking the binding of .net methods.
Like when we write a click method of .net like OnClick="SampleButton_Click"
is break by writing simple statement OnClick="SampleButtonClick". Just remove the Underscore(_)
symbol.