Posts

Showing posts from June, 2008

MS Infopath 2007

Currently I'm working on MS Infopath 2007 apart from MS CMR 4.0 and MS SSRS 2005 . Infopath is quite interesting to work on. Main advantage of Infopath is, a single form can be used as both client and web based forms. My current project is a web base .net project. All the forms are developed using Infopath. The web based Infopath has limitations compared to client based forms. The Infopath forms are deployed using MS office forms server . One of the cool features i like with Infopath is the repeating controls. The repeating controls works well in web based forms as well. Below is the code which used to populate the rows dynamically on the repeating controls. string myNamespace = NamespaceManager.LookupNamespace("my"); using (XmlWriter writer = MainDataSource.CreateNavigator().SelectSingleNode("/my:myFields/my:group1", NamespaceManager).AppendChild()) { writer.WriteStartElement("Expense", myNamespace); writer.WriteElementString("Expense_Typ...

My New Job

Hi All, Come back to you after a long gap as usual :-) Currently I'm working for a new company called Prosoft Systems International which is located in Virginia, USA. I'm working as a MS CRM Integration Expert and .Net solutions specialist for Prosoft Systems International around couple of years. I had also completed my Microsoft certifications like Microsoft Certified - Business Management Solutions Specialist Microsoft Certified - Application Developers I had done lots of MS CRM Add-ons .