MySQL Real Escape Function in C#
If you need a similiar function to the mysql_real_escape_string() from php, you might could use this one: [sourcecode language=”csharp”] public static string MySQLEscape(string str) { […]
If you need a similiar function to the mysql_real_escape_string() from php, you might could use this one: [sourcecode language=”csharp”] public static string MySQLEscape(string str) { […]
Customer sometimes wanna send an email with their documents as attachment. If the documents are stored in a a SharePoint library, there is a small […]
In my latest post I described how to add/extend approval and publishing infos within .docx custom properties. Within this post I would like to give […]
This is the first part of an upcoming post series that should contain some tipps and tricks about embedding SharePoint Content in Office documents. You […]
I already posted about the properties for your custom web part. Each webpart has a property toolbox by default. If you develop your own web […]
I already posted about this topic in this article. With SharePoint 2013 the solution from the old post didn’t work for me, so i had […]
In my last posts i explained already how to create a custom fieldtype and how to create a custom picker. This time i would like […]
If you don’t know what a picker is, you have two options. Option one is to cancel reading this post and go to google or […]
In this post i would like to share an easy way to set your custom masterpage each time a new site collection is created. That […]
In this part i explain how to deploy and set a custom master page as feature. If the feature is activated, your custom master page […]
Copyright © 2024 | WordPress Theme by MH Themes