Skip to main content
1-Visitor
July 8, 2016
Question

Save repeater data

  • July 8, 2016
  • 1 reply
  • 1211 views

Hi,

I have mashup which have button and repeater. I am calling child mashup for repeater. Child mashup textbox.

When I click button I want to grab all rows of data from repeater and save it to database.

Can anyone help in how to get data from repeater.

Thanks

Raju

1 reply

22-Sapphire I
July 12, 2016

It's a bit complicated to save all repeater data at once, better to save single entry at a time.

I think it will need a Mashup or Session parameter and something in the repeater to serve as a Key to accomplish it, quite complicated I think.

rk-311-VisitorAuthor
1-Visitor
July 14, 2016

I am using session for this. Whenever input widget data changes, I am updating session.

So on button click I am sending that data to database.

This is how I achieved the task.

Please let me know if there is better approach.

Thanks