Home
> SharePoint, SharePoint 2010, SP2010, Work > Moving repeating table values to another list using a Visual Web Part in C#
Moving repeating table values to another list using a Visual Web Part in C#
InfoPath 2010 repeating tables are useful and sometimes even essential to the project requirements. However, they carry with them some problems. For one thing when multiple values are entered into an InfoPath 2010 form all of the values become crammed into one SharePoint 2010 column. This will cause all kinds of problem down the road if you ever need to access that Info and/or filter it etc. So the following example shows how to move the repeating table values to a separate list where the values can be more efficiently managed.
- I’ve created a Visual Studio 2010 visual web part that fires the code on page load
- You must have a delimiter to separate the values. In this case I have used a ;
- Do NOT add a ; to the last repeating table entry. If you do you will have and extra record in the new list.
How does it work? View the Video below:
Categories: SharePoint, SharePoint 2010, SP2010, Work
C#, InfoPath 2010, SharePoint 2010, Visual Web Part
Comments (0)
Trackbacks (0)
Leave a comment
Trackback