cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Save repeater data

rk-31
1-Newbie

Save repeater data

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

2 REPLIES 2
PaiChung
22-Sapphire I
(To:rk-31)

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-31
1-Newbie
(To:PaiChung)

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

Top Tags