Browse by Tags

All Tags » .NET (RSS)

Hide the console window in "C# Console Application" by jhallal

To hide the console window right click the project -> Properties -> Application in Visual Studio , under Output type select "Windows Application"

The Style of the SP DateTimeControl is Corrupted by jhallal

I'm using a SharePoint DateTimeControl on a custom SharePoint page, while implementing theomplete behavior of the page I found that the DateTimeControl is not rendered properly on the page, the picker is opening but with no styles. Note that the control...

Large ViewState & ViewState chunking (maxPageStateFieldLength) by jhallal

The ViewState Chunking mechanism allow you to split the ViewState content into several chunks/hidden fields. The reason behind using this feature is that some proxies and firewalls will deny access to the aspx page that contains a huge ViewState size...

SharePoint Navigation - Setting the Audience Property of an SPNavigationNode by jhallal

In this tip/trick i will demonstrate a way of setting by code the target audience of an SP navigation node. You might say setting this property in SharePoint UI is quite simple, but if you want to set it by code you will not find any straight forward...
Filed under: , , ,
More Posts