Custom Search

How to trigger a postback on an UpdatePanel from Javascript?

Call the __doPostBack function. ASP.NET runtime always creates a javascript function named __doPostBack(eventTarget, eventArgument) when the web page is rendered. A control ID may be passed here to specifically invoke updation of the UpdatePanel.
Your Ad Here