| bio | website | ktskumar.com |
|---|---|---|
| location | Chennai, India | |
| age | ||
| visits | member for | 2 years, 1 month |
| seen | May 14 at 12:18 | |
| stats | profile views | 64 |
|
Sep 28 |
comment |
create a web part to show members of a group May I know, why do you want the SPFieldType.User in the webpart? |
|
Sep 11 |
comment |
how to upload file to sharepoint doc library via c# application? To check the URL, you have to browse through, http://<SiteUrl>/_vti_bin/copy.asmx . copyservice refers the WebService Reference. webUrl refers the website url |
|
Dec 28 |
comment |
Sharepoint 2010 Search core result Yes, thanks James for pointing Full Crawl. After creating the property, run the full crawl of the Content Source to affect the search results. |
|
Dec 28 |
comment |
workflow sends mail to individual, but not to group Check the following link, social.msdn.microsoft.com/Forums/en/sharepointworkflow/thread/… . There is no OOB workflow activities available in SharePoint Designer to iterate Users from SPGroup. So we have to create a Custom activity to use in SharePoint Designer or we have to create a workflow in Visual Studio. |
|
Oct 11 |
comment |
Display the data in spgridview with several column in each row Need some details.. The Column 2 contains how many rows? and those rows are from the same list? any conditions or grouping needed? |
|
Sep 28 |
comment |
Modification date gets updated when selecting/clicking a file Is there any event handlers / timer jobs associated with the libraries? |
|
Aug 23 |
comment |
list customactions and rights Change Sequence number from 99 to lower one and then deploy the feature. Because Custom Action will visible to user based on priority, mention in Sequence value. |
|
Aug 22 |
comment |
Get document id after uploading it to SharePoint using the same web service No, we can't achieve the requirement with single web service call. Copy service especially for uploading document, so we can't get the document id from this web service. So we have to go for another webservice. |