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

How can call Apex controller class from visualforce page without command button?
Hi
How can call Apex controller class from visualforce page without using the command button.
Regards
You need to sign in to do that
Don't have an account?
Hi
How can call Apex controller class from visualforce page without using the command button.
Regards
Hi,
Can you describe how you would like to do it?
Should it be when clicking something or when loading the page or something else?
// Niklas
Hi
if i click a button it redirect to controller class, but without using the button how can you redirect the controller class.
can please give the sample code also.
Regards
But what do you want to do?
You can call controller class when the data is changed or some other scenarios.
Can you please elaborate exactly in which scenario you want the controller class to be called??