Version

setCaptionText Method

Sets the text that will be displayed in the caption area of the header.
Syntax
ASP.NET Ajax Javascript (Specification) 
function setCaptionText( 
   val : String
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfHeader.setCaptionText(String);

Parameters

val
Text of header.
See Also