function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RaaaaaaJRaaaaaaJ 

How to pass parameter as a POST in visual page

HI

How to pass parameter as a POST in visual page
Sonam_SFDCSonam_SFDC
Do you mean you wish to use Visualforce page to enter values in the DB through the controller?

If yes, you can you bind the  inputText directly to the property  in the controller like this:<apex:inputText value="{!Name}"/>