yes, you can make web method like..
_
Public Shared Function updateContent() As String
Return "Your String"
End Function
and then call in javascript like..
PageMethods.updateTabContent(parameterValueIfAny, onSuccessMethod,onFailMethod);
this also need to add