fire partial postback on ui silder control movement
Hi there,
I am using slider controls on my .aspx page and using ASP.NET ajax for partial postbacks. i need to postback partially when slider control moves(at stop/change event of slider). slider controls using a simple div element without any runat=server attribute. i follow the instruction given at "refresh updatepanel using javascript" but asp.net gives error " invalid postback event data. i uses __doPostback('divId','') but still gives error when i click on Next button on the page to navigate from the page. Interestingly this errors only comes when i press next button in aforesaid mentioned cases and panel load events works fine. Any clue?? should i use server side control for slider and send clientID or what else?? Any other good solution for this?
Regards,
Zahid Malik