You need to sign in to do that
Don't have an account?

Can i insert or update record through vf page by using actionSupport tag in salesfoce ?
Hi All
Actually, i want to update record by using <apex:actionSupport event="onselect" action="{!methodName}" rerender="id">
Thanks in Advance,
Dileep Kumar

Yes, in the action method (methodName) of the controller you can perform the required DML operation.