Hello Friends,
I am using HscrollBar in my application.
In which on Scroll event i am calling (webService) some function.
But this function get call multiple times because Scroll event.
because of that i didnt get response in quick time and gets error
Channel Disconnected.
I want to call this function once at mouse down.but MouseDown events
get fire only if mouse pointer is on HScrollBar.and also i didnt get
scroll position on MouseDown event. It only gets in OnScroll Event.
can somebody please help me in this...
thanks in advance
ravi