i am receiving data from winsock.getdata sdata

the arrival data is big & comes in part by part that causes dataarrival event to fire more than 1 time........ how can i get whole data once & fire the arrival event once..

even with winsock.peekdata the event is fired more than 1 time..

??

thnx in adv