No announcements
Found 1858681 threads
-
0 Votes
Hiding file name strings
If you are using WSS 3.0 then hiding the filename in the display on the site can be done by either taking the filename out of the view, and also of course by custom coding ...Answered | 1 Replies | 6763 Views | Created by Jim CB - Friday, June 12, 2009 11:11 PM | Last reply by Par4theChords - Saturday, June 13, 2009 11:15 AM -
0 Votes
hide site columns names?
Hi a complete way to do it/ to customize it : use SHP Designer which is free and easy to use connect to your site open the ...Answered | 2 Replies | 2696 Views | Created by bassgu - Friday, October 26, 2012 12:50 PM | Last reply by romeo donca - Monday, October 29, 2012 8:00 AM -
0 Votes
Display logged in user name in HTML master page header and hide DeltaRibbon
Hello MercuryMan, To display user name, you can place a LoginName control on your page.Answered | 1 Replies | 791 Views | Created by MercuryMan - Monday, July 18, 2016 5:23 AM | Last reply by Chris yuri - Tuesday, July 19, 2016 2:44 AM -
2 Votes
Hiding Column Name
This is because when you first open the page, the XSL templates are not loaded into the code window.Answered | 3 Replies | 3251 Views | Created by HardikPopat - Monday, January 16, 2012 10:27 AM | Last reply by Amalaraja Fernando - Monday, January 16, 2012 3:09 PM -
1 Votes
Hide Column name in Grouped List
Hi Pekch, The above code is hiding the column names in list settings too....Answered | 7 Replies | 14813 Views | Created by Pekch - Wednesday, January 5, 2011 9:30 AM | Last reply by PaulBlade - Tuesday, July 10, 2012 6:43 AM -
0 Votes
Conditionally hide page footer
If my footer is 1 inch high, even if I hide the contents, it will show as a 1 inch high unused blank area.Answered | 4 Replies | 4677 Views | Created by rayneverlearns - Thursday, June 28, 2012 8:11 PM | Last reply by Syed Qazafi Anjum - Thursday, June 28, 2012 11:51 PM -
0 Votes
How to hide webpart header name
You need to apply the code to these pages as well.Answered | 5 Replies | 2266 Views | Created by BaraneetharanR - Tuesday, October 23, 2012 4:45 AM | Last reply by Bhadr - Tuesday, October 23, 2012 8:33 AM -
3 Votes
How To Hide A Tab Page
You can hide the Tabs at run time, while leaving you free to view them at design time.Answered | 4 Replies | 12084 Views | Created by v7web - Thursday, April 1, 2010 2:53 PM | Last reply by Curtis UN - Thursday, April 1, 2010 10:31 PM -
0 Votes
Programmatically Hide Master Pages from Site Master Page Settings page?
<File Path="MasterPageGalleryModule\xyz.master" Url="xyz.Configuration.master" Type="GhostableInLibrary"> <Property Name="Title" ...Answered | 6 Replies | 7049 Views | Created by Devignly - Friday, August 27, 2010 5:33 PM | Last reply by Vaibhav Bhatia - Friday, June 16, 2017 7:25 AM -
0 Votes
How to hide page layout
You can hide the page layouts for a site by using page layouts settings....Answered | 2 Replies | 5752 Views | Created by Pravag - Thursday, January 13, 2011 3:17 PM | Last reply by KeFang Chen - Friday, January 14, 2011 5:59 AM -
0 Votes
How to Hide Page Number in SSRS
Hi Hussain, If you want to hide specal page number after that tablix and show the page number before that table, I will recommend you to get the ...Answered | 8 Replies | 2475 Views | Created by Hussain Saffar - Saturday, May 16, 2015 8:28 PM | Last reply by Vicky_Liu - Tuesday, May 19, 2015 7:10 AM -
0 Votes
Hide the "Page" and "Publish" options
Perhaps you can try to adjust the permission on the pages library.Answered | 1 Replies | 3291 Views | Created by Venkatzeus - Wednesday, February 1, 2012 6:57 AM | Last reply by Jasper Oosterveld - Wednesday, February 1, 2012 7:07 AM -
0 Votes
Hide the page option on ribbon in sharepoint
If you want to hide 'Page' tab option from Ribbon bar, we can use CSS to achieve it.Answered | 4 Replies | 3147 Views | Created by jyoshi - Sunday, January 3, 2016 1:42 PM | Last reply by Dennis Guo - Monday, January 4, 2016 7:57 AM -
0 Votes
Hide properties for Welcome page (document set)
Hello, if you just want to hide a name of a document set within its welcome page (next to the large image icon of document set), you can cusotimze ...Answered | 4 Replies | 7079 Views | Created by nishm13 - Wednesday, October 31, 2012 12:10 PM | Last reply by Martin Reichelt - Friday, November 9, 2012 12:22 PM -
0 Votes
hiding dynamic columns on different pages
If in this case, please refer to the link below to see Charlie's post: Hide plus sign if it contains only one record in ssrs (toggle) If I have anything ...Answered | 3 Replies | 1779 Views | Created by hpzip - Thursday, July 11, 2013 8:07 PM | Last reply by Charlie Liao - Thursday, July 18, 2013 2:12 AM -
1 Votes
How to hide process by name ?
As a general rule you cannot hide processes from Task Manager (you can but it's not a simple command).Answered | 4 Replies | 3117 Views | Created by ObitoXD - Monday, August 29, 2011 6:38 PM | Last reply by Cor Ligthert - Tuesday, August 30, 2011 7:56 AM -
0 Votes
Hide quick launch on certain pages
in webpart, user control, app page, consul or windows application?Answered | 4 Replies | 4337 Views | Created by GSS1 - Thursday, August 16, 2012 8:17 PM | Last reply by Ilqar Alizade - Friday, August 17, 2012 7:27 AM -
3 Votes
Dimension property hides attribute name?
Thanks https://connect.microsoft.com/SQLServer/feedback/details/786415/dimension-property-hides-attribute-nameAnswered | 2 Replies | 3197 Views | Created by Justin Crosby - Friday, May 3, 2013 1:25 PM | Last reply by Justin Crosby - Monday, May 6, 2013 12:26 PM -
0 Votes
Hide All User Controls on a Page
private void button1_Click(object sender, EventArgs e) { this.groupBox1.Visible = false; ...Answered | 3 Replies | 1150 Views | Created by TEPark - Friday, March 15, 2013 2:42 PM | Last reply by Cor Ligthert - Monday, March 18, 2013 10:16 AM -
0 Votes
ASP.Net page loading and hiding
I need to call a server side function and once the function call is over page loading animation to be stopped.Answered | 8 Replies | 3408 Views | Created by Raj Krish - Wednesday, November 12, 2014 1:51 PM | Last reply by Deric Ferreira - Thursday, November 13, 2014 11:55 AM - Items 1 to 20 of 1858681 Next ›
No announcements