No announcements
Found 2155485 threads
-
0 Votes
Javascript in sharepoint edit web part
c# code HtmlGenericControl div = new HtmlGenericControl(); ...Answered | 2 Replies | 2644 Views | Created by Rabindra kumar lal - Friday, December 7, 2012 10:19 AM | Last reply by Ravi S Kulkarni - Friday, December 7, 2012 10:37 AM -
3 Votes
Web Part on View Form Hides Ribbon
When there is only a list view web part on document library AllItems.aspx page, SharePoint render the default library tool ribbon for this list view web ...Answered | 3 Replies | 10063 Views | Created by Ben_M - Wednesday, September 8, 2010 3:54 PM | Last reply by anu priya - Wednesday, May 21, 2014 6:03 AM -
0 Votes
Update HTML Form Web Part using PowerShell
I have one more question: This HTML Form web part will get more content added to it on a monthly basis.Answered | 7 Replies | 6712 Views | Created by Fausto Capellan, Jr - Monday, June 25, 2012 7:31 PM | Last reply by Fausto Capellan, Jr - Friday, June 29, 2012 2:05 PM -
0 Votes
Change title of button in Web Part
My suggestion steps are: 1) At the same page where you include your Survey App Web Part.Answered | 4 Replies | 1407 Views | Created by Redpine - Thursday, December 3, 2015 1:55 AM | Last reply by Redpine - Tuesday, December 8, 2015 1:59 AM -
0 Votes
Anonymous users submitting Infopath forms via InfoPath Form Web Part
The solution to this error is to turn off inheriting at the list level (where you want the form data saved) and then turn anonymous access on specifically for that list and check the ...Answered | 5 Replies | 13618 Views | Created by O Town - Friday, September 3, 2010 6:02 PM | Last reply by Mike Walsh FIN - Friday, February 11, 2011 9:39 PM -
0 Votes
LogIn form to Main Menu Form problem
What you should do is consider a login form that only does the login, if they enter their credentials correctly take them to the main form.Answered | 2 Replies | 879 Views | Created by ppkkyaw - Saturday, July 23, 2016 1:35 PM | Last reply by Kareninstructor - Saturday, July 23, 2016 2:05 PM -
4 Votes
Web part Deployment Question
Elumenotion Blog - How to Copy Feature Elements in Visual Studio SharePoint SolutionsAnswered | 10 Replies | 8726 Views | Created by Julie Connor - Tuesday, August 24, 2010 8:06 PM | Last reply by Julie Connor - Friday, August 27, 2010 6:41 PM -
0 Votes
InfoPath Form Web Part Redirect URL
Are you saying that you want it to switch to a new page inside the form web part?Answered | 4 Replies | 12307 Views | Created by O Town - Tuesday, August 24, 2010 8:54 PM | Last reply by AparnaT - Tuesday, June 21, 2011 3:48 PM -
0 Votes
Web part on default list form
I need to add cascading dropdowns to the list form.Answered | 1 Replies | 5953 Views | Created by TamaraL - Friday, July 1, 2011 12:53 PM | Last reply by Muawiyah Shannak - Saturday, July 2, 2011 3:03 PM -
4 Votes
Add a Content Editor Web Part at the bottom of the form?
The URL wasn't functioning so I removed the "Forms" part and it worked, so it stays like ...Answered | 5 Replies | 8886 Views | Created by Pedro Gordo - Friday, October 19, 2012 9:20 AM | Last reply by OCCI Dave - Wednesday, February 5, 2020 4:03 PM -
0 Votes
Main Form Gone Missing
This is not strange as you have changed code in the desinger part, this is a normal behaviour for that.Answered | 10 Replies | 2979 Views | Created by gedkins - Tuesday, September 22, 2009 12:28 AM | Last reply by gedkins - Tuesday, September 22, 2009 10:42 AM -
1 Votes
SharePoint 2010 WMS: Unable to Save a page after adding a Content Editor web part with JavaScript
Same steps, but render using a page viewer web part Or, you could dig through the javascript being added and find out exactly what is causing the conflict.Answered | 7 Replies | 5143 Views | Created by DavidWLeslie - Wednesday, December 12, 2012 5:34 PM | Last reply by DavidWLeslie - Friday, January 4, 2013 2:05 PM -
3 Votes
Adding attachment field to Data Form Web Part
I only want to show it when the element has an attachment.Answered | 10 Replies | 31193 Views | Created by jFortune - Tuesday, August 11, 2009 11:17 AM | Last reply by Matías Vernet - Friday, February 15, 2013 3:16 PM -
0 Votes
Anonymous access and javascript
That's correct, we are talking about the OOTB SharePoint Web Services.Answered | 4 Replies | 5163 Views | Created by dknoner - Saturday, April 4, 2009 11:33 PM | Last reply by Christophe - Path To SharePoint - Tuesday, May 26, 2009 1:01 AM -
0 Votes
Embedded Javascript File within web parts
</script>. i couldn't find my js-functions within the link...Answered | 7 Replies | 7024 Views | Created by Deeeeeeeeeeee - Thursday, July 7, 2011 2:32 PM | Last reply by Deeeeeeeeeeee - Friday, July 8, 2011 2:20 PM -
1 Votes
Right align web part zones
Not the text but the actual html element.Answered | 5 Replies | 9458 Views | Created by Brandon Michael Hunter - Saturday, June 18, 2011 1:58 AM | Last reply by Emir Liu - Tuesday, June 21, 2011 4:22 AM -
2 Votes
How to limit access to sharepoint web part
Remove the groups you want to limit from accessing the web part.Answered | 8 Replies | 23732 Views | Created by Palak Mody - Tuesday, April 10, 2012 11:41 PM | Last reply by Paul stork, [MCM, MVP] - Saturday, August 23, 2014 4:20 PM -
0 Votes
Access DB 2010 open to main form
I'm very close - how do you get the main form window to open centered in the screen as if it is the application - right now it open as if ...Answered | 14 Replies | 3385 Views | Created by siera_gld - Tuesday, September 20, 2011 5:06 AM | Last reply by Jeanette Cunningham - Thursday, September 22, 2011 7:27 AM -
0 Votes
Web Part Error: A Web Part or Web Form Control on this Page cannot be displayed or imported
Check the manifest.xml file in wsp 1) Retract and Add WSP 2)Re deploy WSP your Web application 3) Activate your Feature in site ...Answered | 2 Replies | 924 Views | Created by krish07 - Monday, June 8, 2015 4:33 PM | Last reply by Sundarapandian Balasubramani - Tuesday, June 9, 2015 7:51 AM -
1 Votes
How to disabled button in Main Form from second form..?
If you pass a forms reference to show method as a parameter you can access that form from the opened form with Owner property OPen Form2 with the ...Answered | 2 Replies | 2905 Views | Created by adii009 - Thursday, October 1, 2009 10:49 AM | Last reply by Ardman - Thursday, October 1, 2009 12:32 PM
No announcements