1.

How To Trigger A Postback On An Updatepanel From Javascript?

Answer»

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.

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.



Discussion

No Comment Found