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
Venkat adityaVenkat aditya 

Having an issue with visualforce page

Hi,

I have a issue with visualforce page,,

By using Visualpage I have to insert 10 records but without using Buttons or links,,,,, 
How can i solve this...
Reply ASAP.


Thanks,
Aditya
Shivdeep KumarShivdeep Kumar
Hi Aditya,
You can do this by using action attribute of <apex:page>.
Create a method in extension or controller and call that method from action attribute.

Thanks
Shivdeep