Uiinfrastructure API Docs  
 

InPlaceRefreshHelper.GetJSSendPOSTOnAFormDP Method (String, String, Int32)

Helper method to get the JavaScript call to sent an in place POST to the server, assuming you're on a page that uses AFormDP. This method wraps in-place refresh functionality, allowing you to replace the innerHTML of the specified ID. The repostAction will enable the server to decide what content to return in the response. This method calls the four argument version of the method supplying a document argument of null.

public static string GetJSSendPOSTOnAFormDP(
   string strURL,
   string refreshElementID,
   int nRepostAction
);

Parameters

strURL
refreshElementID
nRepostAction

Return Value

The JavaScript method call for SendPOSTOnAFormDP.

See Also

InPlaceRefreshHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace | InPlaceRefreshHelper.GetJSSendPOSTOnAFormDP Overload List