Welcome to Office Zealot Sign in | Join | Help

Julie's Office Dev Blog

Sorta like yoga... just less flexible.

April 2006 - Posts

XmlFormViewer In ASP.NET Application
In my zeal to be on the bleeding edge of technology, I'm taking an ASP.NET application that was using custom ASPX pages for UI requirements and am looking into having that UI done in InfoPath 2007. With the new (and what sounds cool) feature of being Read More...
Checking Namespaces
In line with my last post, if you have multiple custom XML stores in your DOCX package, you'll need to ensure you are pulling the right part. This little function checks the Namespace on the Document Element and returns true or false. private bool CheckNamespace( Read More...