cancel
Showing results for 
Search instead for 
Did you mean: 

Read data from dynamically create html table

0 Kudos

Hi,

I used fied symbols and created a dynamic table for display in bsp page(html not htmlb). now the user can modify the contnets of the table and save the table. how can I code this in oninputprocessing() event. I am not able to get the users changed values in the oninput processing page.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Vamsi,

How did you display the data in HTML table for editing?? Table of input fields??

Can you provide sample coding?

If you are using plain HTML, I suggest use JavaScript function to read all the data and submit (POST) to the same page again with a URL parameter SAVE and in OnInitialization event handler, if the URL parameter is SAVE, save the data.

Regards,

Ravi