xmlformview

Infopath XmlFormView permission issue over sharepoint

I have this complicated problem with infopath XmlFormView control : I have a web form hosting a XmlFormView to show infopath forms from a sharepoint server.Whenever I open a new form everything is working fine and I can work with the form then I don't submit the form , instead I get the form xml data and I save it to a database to open t...

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 authentication system, based on forms authentication (<authentication> and <authorization> are configured in web.config). There is some documentation o...

Sharepoint Infopath XmlFormView XmlLocation

I've got a XmlFormView.Location set to various forms. The XmlFormView will display the form based on my selection. Everything works fine not until there's various types of forms exists in sharepoint. Upon selecting any of the form randomly which belongs to the author, once in a bluemoon the user will get a prompt asking for credentials,...

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 the XmlFormView. Is there any way to access the current HttpContext from the codebehind of the InfoPath form? Or is there any way to obtain...