Is there possible to expose InfoPath form to a .NET MVC application?Can anyone point me to the right resouces or blog posts.Run out of luck with google.bing.com .
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
I'm not sure I understand your question, but I can tell you that there are only two ways to serve up an InfoPath form: using the InfoPath client (part of Office Professional Plus) or using InfoPath Form Services (part of SharePoint Enterprise edition). That said, your only option to serve a form up through a .NET MVC page may be to use an iFrame in the page to embed a server-side form (hosted on SharePoint). You could use jQuery to hide the navigation on SharePoint page so that the form is all that is left on the page and looks to be part of the page where it is embedded. It's not an ideal solution, but it is do-able. |
|||||
|