Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi,
On trigger (click) all the data of repeater should get saved into database. I have created one SQL Stored procedure which is taking input parameters to save the data and repeater selected row Will supply those inputs parameters to stored procedure.
One column of repetaer has editable data.
Like Grid we don't have "Editable table" to be passed as input.
How to achieve data save in a repeater?
This isn't straight forward.
Each repeater entry needs to have a KEY and then the values you want to save (or all values). That through a service is added to a DataTable or Session Parameter
Then another Service will take that information and apply the changes.