No announcements
Found 3723461 threads
-
0 Votes
how to create a webpart in visual studio 2010 and retrieve items from a document library?
Hi, You can create visual webpart.Answered | 9 Replies | 7169 Views | Created by ryands - Thursday, July 26, 2012 2:50 PM | Last reply by Hemendra Agrawal - Friday, July 27, 2012 7:18 AM -
0 Votes
Retrieve SharePoint List items from a picture library and display them in a sharepoint webpart created using visual studio
you can use SPPictureLibrary and Random number classes in C# webpart code- SPWeb web = SPContext.Current.Web; SPPictureLibrary picLib = ...Answered | 2 Replies | 2465 Views | Created by jerimiahpettigrew1 - Monday, March 16, 2015 10:55 PM | Last reply by jerimiahpettigrew1 - Tuesday, March 24, 2015 5:51 PM -
0 Votes
Create webpart in Visual studio 2010
This Web Part was created by using SharePoint Tools in Visual Studio 2010.Answered | 8 Replies | 8399 Views | Created by peace4all - Saturday, December 18, 2010 11:35 AM | Last reply by Ahmed Naji - Sunday, December 19, 2010 5:50 PM -
1 Votes
Sharepoint 2010: Can i create a custom document library using visual webpart in Visual Studio 2010
http://www.eblogin.com/eblogin/post/2011/03/15/sp-CreateDocLibrary.aspx http://www.sharepointdiary.com/2012/07/how-to-create-sharepoint-list-or ...Answered | 1 Replies | 2342 Views | Created by Aron29 - Thursday, December 13, 2012 8:36 AM | Last reply by SekThang - Thursday, December 13, 2012 9:09 AM -
0 Votes
How to retrieve files/documents from a sharepoint 2010 document library to a webpart for displaying
Hi JamesTan48 - Here is a post on working with SPGridView http://blog.sharepointsite.co.uk/2010/10/spgridview-explained.html paulAnswered | 4 Replies | 10974 Views | Created by JamesTan48 - Wednesday, March 2, 2011 2:39 PM | Last reply by paulb32 - Monday, May 16, 2011 1:08 PM -
0 Votes
Create Custom Document Library definition using Visual Studio 2010
To create a custom document library, you will need to create a feature, which is a set of xml files.Answered | 1 Replies | 10022 Views | Created by DelIT - Sunday, October 16, 2011 8:31 PM | Last reply by Sven De Bont - Monday, October 17, 2011 5:43 AM -
0 Votes
DropDownLists in Visual WebParts when created in Visual Studio 2010
Hi, Lets say you want to bind a drop down list from a sql table using LINQ to SQL, the code would look something like this: I have a connection string in ...Answered | 4 Replies | 4045 Views | Created by IAmANewcomer - Thursday, June 14, 2012 2:28 PM | Last reply by IAmANewcomer - Monday, June 18, 2012 2:54 PM -
4 Votes
Create a webpart to show subfolder of existing document library
I tried creating the same way but no luck, I am able to see all documents in all folders .I just want to view the documents in my subfolder onlyAnswered | 15 Replies | 87999 Views | Created by MJ2012 - Thursday, July 18, 2013 4:20 PM | Last reply by Tom Benjamin - Wednesday, September 27, 2017 7:43 PM -
0 Votes
Sharepoint 2010 - Retrieve Data from Document Library
Hi Try the following link, helps to download Image from SharePoint Library using SharePoint WebService.Answered | 3 Replies | 3156 Views | Created by Melih Şimşek - Friday, August 31, 2012 9:19 AM | Last reply by Melih Şimşek - Friday, August 31, 2012 10:41 AM -
1 Votes
Search Webpart to Restrict to a Document Library
I'm trying to use the "Append Text to Query" option to restrict the results from an advanced search webpart.Answered | 9 Replies | 5267 Views | Created by epistrophy25 - Friday, November 18, 2011 9:34 PM | Last reply by KarenPL - Tuesday, August 7, 2012 10:22 AM -
3 Votes
Webpart thorugh Visual studio 2010
If the Server has Visual Studio, you can develop there.Answered | 2 Replies | 3798 Views | Created by spsarathy - Friday, December 9, 2011 4:01 PM | Last reply by Shantha Kumar T - Friday, December 9, 2011 4:07 PM -
2 Votes
Deploying a webpart in visual studio 2010
Hi Manoj, I got thesolution..i followed this ...Answered | 5 Replies | 5337 Views | Created by spcrawler - Friday, December 16, 2011 9:27 PM | Last reply by spcrawler - Monday, December 19, 2011 2:54 PM -
1 Votes
Item Template icons from Visual Studio 2010
Hi 'vs2010junkie', Most of the templates that ship "in the box" in Visual Studio 2010 refer to icons embedded in various VSPackage DLL's as ...Answered | 8 Replies | 13373 Views | Created by vs2015junkie - Friday, July 9, 2010 8:13 PM | Last reply by Alex Wiese (P) - Wednesday, February 12, 2014 12:28 AM -
1 Votes
Creating a form to Add List Item and to a Document Library
In the Event Receiver, we can write C# code to copy the attachments from a list item to a Document Library.Answered | 8 Replies | 1869 Views | Created by Chord1 - Friday, January 30, 2015 4:42 PM | Last reply by Patrick_Liang - Wednesday, February 4, 2015 1:37 AM -
0 Votes
WebPart property to choose a Document Library
Just to add more info about the "EditorPart" or "ToolPart" the toolpart will be not desapear with 2010 SharePoint Products and Technologies: ...Answered | 6 Replies | 4137 Views | Created by Juliano Nunes - Friday, September 25, 2009 12:50 PM | Last reply by André Lage - Saturday, September 26, 2009 10:32 AM -
0 Votes
Document library Item Added create List Item
When the event receiver ItemAdded method is called on the document, how do i attach the document to the new list item being ...Answered | 7 Replies | 5639 Views | Created by Jaykzoo - Thursday, December 29, 2011 9:02 PM | Last reply by servy42 - Friday, December 30, 2011 9:31 PM -
4 Votes
Customize document set welcome page in visual studio
Hi The Document set page is a Web Part Page (docsethomepage.aspx) under /Forms/Document%20Set.Answered | 1 Replies | 6542 Views | Created by Ken1985 - Monday, July 18, 2011 4:25 PM | Last reply by Muawiyah Shannak - Monday, July 18, 2011 5:41 PM -
2 Votes
Pdf files from document library webpart
Yes, go ahead and use this web part and it is showing you the size of the document on the tool tip.Answered | 3 Replies | 4526 Views | Created by shrawn - Thursday, August 5, 2010 2:29 PM | Last reply by Moonis Tahir - Friday, August 6, 2010 3:29 PM -
1 Votes
How to create new user & change password webpart or application pages in visual studio for sharepoint 2010
Create Visual Web Parts for SharePoint 2010 Ready to use solutions Password Changer and Password Reset Senior Software ...Answered | 4 Replies | 3999 Views | Created by satish_p - Friday, August 26, 2011 10:47 AM | Last reply by OlegO. _ - Friday, August 26, 2011 12:27 PM -
0 Votes
populate edit list item form using visual studio visual webpart
hi, the below code would help to get the id passed in url and get list item SPListItem oItem = ...Answered | 3 Replies | 1524 Views | Created by sandy1985 - Friday, April 3, 2015 9:06 AM | Last reply by Anandakrishnan M - Wednesday, April 8, 2015 6:17 AM - Items 1 to 20 of 3723461 Next ›
No announcements