Welcome to my personal blog, All the information in this bogs is my ideas,findings and thoughts on .Net, Asp.Net and SharePoint.
ALL POSTING ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND
Browse by Tags
All Tags »
MOSS »
SharePoint (RSS)
-
When we use InfoPath form as a workflow form with an attachment control, on selecting a file says that “The selected files was not found”.This seems to be a small bug:) in the product. Note: It's not advisable or supportable to customize out of box files Read More...
|
-
What I found from my research is, before updating the “ChoiceList” set the “MaximumShown” property to a higher value (depends on how many items you are adding). e.g. using (SPSite site = new SPSite(" http://servername")) { ServerContext context = ServerContext.GetContext(site); Read More...
|