Hi,
We have desinged the asp.net application to call Infopath from templates(.xsn file) which resides in office forms by passing the url of the template
along with paramter in the url to load data from the sql server.
Asp.net application is using iframe to host the infopath browser form by using the src property of the iframe.
Question is, how do we establish communication between asp.net application from infopath form template so that calling asp.net application
knows users have completed and submitted the infopath browser form. Infopath browser form does not allow javascripts so we are out of luck there.
Any help/suggestions are greatly appreciated, hopefully solution to this scenario will help others as well.
Through my research , recommendation is to use xmlform view control on form server but we are trying not to create web application on the form server.
Thank you