Browse Forum Posts by Tags

Showing related tags and posts for the Forums application. See all tags in the site
Sorry, but there are no more tags available to filter with.
  • Read data from infopath library

    // 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...
    Posted to General Discussion (Forum) by Anonymous on 08-10-2009
Page 1 of 1 (1 items)
Powered by Community Server (Non-Commercial Edition), by Telligent Systems