Welcome
Guest
Sign in
•
Join
•
Help
HOME
BLOGS
VIDEOS
FORUMS
WIKI
GROUPS
JOB
All Tags
»
Sharepoint
(RSS)
Browse Forum Posts by Tags
Showing related tags and posts for the
Forums
application. See
all tags in the site
Infopath
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)