I have an application I am trying to create that is essentially going to flow as shown bellow:
PDF Form ----- > Web Service(.net) ----- > SQL 2008 DB
The question I have about the TimeEntry is my PDF form has multiple rows for time http://imgur.com/o4hny (image of form) But I actually want it to go to same table and field just new rows. I am looking for a way to loop through the table in the form and submit the data to my webservice. Thanks!