Performs a callback or partial postback depending on the it's postback mode

Namespace:  ESRI.ADF.UI
 

Syntax

function doCallback (
	argument : String, 
	context : String
)

Parameters

argument
Type: [T:J#String]
The argument parsed back to the server control
context
Type: [T:J#String]
The context of this callback

See Also