Wednesday, December 5, 2012

Double Click Issue when using User Contols in asp.net


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.

2 comments: