I wanted to receive information from a Text Field filter in SharePoint 2010 into my custom web part. I tried using this MSDN article as a basis but the article is either broken or I’m just not following it correctly. A little more searching tur…
>
|
||||||
I wanted to receive information from a Text Field filter in SharePoint 2010 into my custom web part. I tried using this MSDN article as a basis but the article is either broken or I’m just not following it correctly. A little more searching tur… If you try to activate the feature using stsadm command you will not be able to debug the feature receiver assemblies. Open the Site collection features in Site Actions -> Site Settings -> Modify All Site Settings -> Site Collection Administration -> S… Use the Following stadm command to force the timer jobs jobs to execute. no need to wait for the interval to execute the timerjobs. stsadm.exe -o execadmsvcjobs To assign the user to group in MOSS 2007 The following code will add the user to site and to specified group. private void AddUser(string strSite,string webGroup) { SPSecurity.RunWithElevatedPrivileges(delegate() […] When am started program using sharepoint objects. I found little bit difficult to understand about the sharepoint objects lifetime and best approach to dispose it. I found the following MSDN article which helps me a lot to learn and understand about sh… |
||||||
Copyright © 2021 Microsoft Tech Arena - All Rights Reserved Powered by WordPress & Atahualpa |