R
RenjY
I have a base InfoPath Form in a SharePoint site with following controls
1. Repeating Section
2. A Label, A TextBox in the Repeating Control section
3. The Label and textbox will need to look up for values from a database.
4. If there are 100 records in the database table the InfoPath form should
be updated with 100 Labels, 100 textboxes. The labels and textboxes should be
updated with values from the database
5. Once this is done, the form should get automatically posted to a
SharePoint library.
6. The end user should then be able to open this form and update data and
submit this to a web service.
Is it possible to achieve the above functionality (Steps 1-5) from a .NET
web application. If yes, can some pointers be given to sourcecode/article to
a similar application?
1. Repeating Section
2. A Label, A TextBox in the Repeating Control section
3. The Label and textbox will need to look up for values from a database.
4. If there are 100 records in the database table the InfoPath form should
be updated with 100 Labels, 100 textboxes. The labels and textboxes should be
updated with values from the database
5. Once this is done, the form should get automatically posted to a
SharePoint library.
6. The end user should then be able to open this form and update data and
submit this to a web service.
Is it possible to achieve the above functionality (Steps 1-5) from a .NET
web application. If yes, can some pointers be given to sourcecode/article to
a similar application?