Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
2answers
137 views

InfoPath library throws NotImplementedException for XmlFormView.XmlForm.SaveAs method

I'm using the XmlFormView in a SharePoint page to view InfoPath browser enabled forms and programmatically add some opening and saving logic. All goes fine, without the XmlForm.SaveAs method. This ...
0
votes
0answers
12 views

SharePoint 2010 XmlFormView Browser compatibility?

I'm using the XmlFormView control to view and submit InfoPath Schemas on a custom ASP.NET website. The site is hosted in SharePoint 2010. I'm looking for an official statement form Microsoft(or ...
0
votes
0answers
29 views

quick asp.net xmldatasource inquiry

OK I have the xml along with the xmldatasource below. I can easily retrieve the "other" node, and the item attributes but cant seem to get the multiple info nodes. I tried using a list box with the ...
0
votes
0answers
72 views

Making Changes in Infopath Form contained in XmlFormView control on a web page

I am trying to show/hide different sections in infopath form contained in XmlFormView control contained in a Web Page. I have to show/ hide sections on Infopath form based on the ASP.NET Button click ...
0
votes
0answers
132 views

XmlForm.Submit() “hides” the validation result message?

I'm using the XmlFormView control on a custom aspx page hosted in a SharePoint site. Recently our SharePoint was upgraded to 2010 and afterwards I've been having problems with the form validation ...
0
votes
0answers
108 views

InfoPath XmlFormView in SharePoint automatically resizes its dimensions

Today I'm creating a SharePoint feature. In this feature one page contains the XmlFormView of the InfoPath-library. In the aspx it is defined as follows: <asp:Content ...
0
votes
0answers
49 views

XmlFormView not displaying the form

I have an XmlFormViewControl that I am loading like this, <form:XmlFormView ID="TgarForm" runat="server" Width="100%" XsnLocation="~sitecollection/FormServerTemplates/Form2.xsn" ...
0
votes
1answer
359 views

Access URL parameters from InfoPath form in XmlFormView

I have an InfoPath form with codebehind which is going to be hosted in an XmlFormView control on a page in a SharePoint 2007 site. I will not be able to use codebehind on the page which is hosting ...
0
votes
1answer
687 views

InfoPath XmlFormView in custom ASP.NET web site with forms authentication

I have a custom ASP.NET web site, it has code in App_Code and lots of dependencies in bin folder. Additionally, this web site should host InfoPath XmlFormView control. I also have custom ...