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
tganikumartganikumar 

Visualforce code to create(add) custom fields to the object dynamically

Hi,

i am developing one visualforce page, which is showing custom fied values of one object. if i given one field value as 3 then 3 columns added to the visualforce page dynamically. But, in visualforce page i taken string variable  for that column values, based on field value the string value is repeating.

 

My question is :

 

after giving the values in visualforce page where i want to store these column values backend? for that purpose what vl i do?