Hi all,
I created one InfoPath form which is having C# code and i gave security option is 'full trusted' to access infopath object model,and it should be open with Browser.finally i published the Infopath form to SharePoint(by using admin-approved) site.
But when i'am trying to open, it is not opening and giving an error that is 'InfoPath can not…
hi all,
i have to create an extranet site with specifi template through object model in sharepoint 2010.Please tell me how we can achieve this?
thanks in advance.
just i wrote
using (SPSite site = SPContext.Current.Site)
{
using (SPWeb web = site.OpenWeb())
{
//SPList lst = web.Lists["ManagerInfo"];
SPList lst = web.Lists[strlist];
SPQuery getUserNameQuery = new…
hi all,
we have to create SharePoint extranet sites by using SharePoint foundation 2010 for clients.we have to use Claims based authentication.So which one is better FBA or SAML authentication.
please tell me which one is better what are the advantages and disadvantages are there for both.
Hi all,
iam creating folders in document library from third party app.once the folder is created iam changing the metadata fileds in the documetn libary by using event receivers.
so i wrote code in itemadded event to set the metadata vlaues of created folder
public override void ItemAdded(SPItemEventProperties properties)
{
…
hi all,
i want to install SharePoint 2010 in my system.but my system is 32-bit where SharePoint 2010 is 64-bit.So can we use Virtual PC to use SharePoint 2010 in my System.is it Possible ?
Please tell me how can i use SharePoint 2010 in my 32-bit System?
thanks in advance.