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

can we call more than one apex controller in vfpage, If yes then how?
I tried to fetch multiple class in a vf page but don't get idea how to fetch it Please help me?
You need to sign in to do that
Don't have an account?
You can use extensions with custom controllers.
Reference:
https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_controller_extension.htm
Hope above information was helpful.
Please mark as Best Answer so that it can help others in the future.
Thanks,
Yes, We can call multiple apex controller from vf page just by putting controller="Class_Name1,Class_Name2,Class_Name3".
Hope this explanation will resolve your query. Mark it as the best answer if you find it helpful.
Thanks
Akshay