-
Can i have a detailed description on publishing some InfoPath 2007 form to MOSS2007 and removing it.......? thank you......
-
// Getting data from infopath library SPSite objSite = new SPSite("http://sharepointsvr:123/"); SPWeb objWeb = objSite.RootWeb; SPList objList = objWeb.Lists["Participant"]; SPQuery objQuery = new SPQuery (); SPListItemCollection objCollection = objList.GetItems(objQuery); SPListItem...