• Sachin Verma 20
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi, 

I am wokring on a Visula force page, where i need to refresh the below pageblocksection 
<apex:pageBlockSection title="Exposure Summary" columns="1" id="RefreshComp">
<c:NeMO_Credit_Exposure_Comp />
</apex:pageBlockSection>

on change of below field.
<apex:pageBlockSectionItem >
<apex:outputText >Current Approved-investment(&pound;)</apex:outputText>
<apex:inputField value="{!underdec.current_A_investment__c}" />
</apex:pageBlockSectionItem>

Please help

Hi

can anyone pelase let me know below questions.

 

1. What is the use Javascript Remoting ?

 

2. If more flexible, When we need to use ?

 

3. What is the use of Actionfunction ?

 

4. What is the diffrenece between Actionfunction and Javascript remoting ?

 

5. JS remoting used for mainly calling the APEX method from javascript ? if yes what s the benefits ? can u please let me know real time scanerio ?

 

As of now, I know the js remoting the will be used for calling APEX method from javascript . i just want to know when we need to perform this ?

 

 

Thanks

Vinoth