Can We Use Custom Controller And Extension In One Vf Page
Can We Use Custom Controller and Extension in One VF Page? Yes, you can use both a custom controller and an extension in the same Visualforce page. A custom controller allows you to add custom logic to your Visualforce page, while an extension allows you to reuse code across multiple Visualforce pages. Benefits of Using … Read more