0
Answer

multiple times event calling on button click.

Ask a question
Uday Gaikwad

Uday Gaikwad

14y
5.2k
1

I have a button on in silverlight page. And i m calling WCF method GetData() on button click event
for return result i have attach the completed event below the method call
When i click on button first time then it works perfect and i am able to get result in completed event.
But when i click again on a button then that methods call one time but i am getting the result twice...
Means, mulitiple event calling is happening on a click of button.....So how i can fixed this .........Because I am performing some operatin in the completed event and because of multiple calling its fails the logic inside the event.