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
vishal yadav 86vishal yadav 86 

I want to insert 10 records without using iteration through vf page. Also the condition is records whose checkbox value will be true those should be inserted after clicking insert button.

CAN WE ACHIEVE THE ABOVE REQUIREMENT BY USING WRAPPER CLASS?
I MEAN WITHOUT GIVING 10 VARIABLES TO STORE THE VALUES OF INPUT TEXT BOXES [DYNAMICALLY].

 
ChinnoyChinnoy
Yes, use wrapper class.
vishal yadav 86vishal yadav 86
Could you please brief me on how to acheive?