Access Template Field Values from XMLFORMVIEW Server Control

B

Bryan

I have a custom ASP.NET Web Form with an XMLFORMVIEW server control. I would
like to access data and other controls that exist on the form template (XSN).
I have set the XSNLOCATION property of the XMLFORMVIEW control and can view
and interact with the InfoPath form as expected. I would like to
programmatically access the values in the InfoPath form fields from the
ASP.NET Web Form. To this point I have tried accessing the Controls
Collection through the Controls property with no luck. I have also tried
accessing the XMLFORM property from the NotifyHost and SubmitToHost events
with no luck either. Does anyone out there have an idea or a direction to
pursue to resolve this issue? Any help is greatly appreciated. Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top