Microsoft Sharepoint – Content Editor Webpart table

0 Comments

To use a standard styled table in the content editor webpart, use the following html code en paste the code in the “Source editor…” view of the content editor webpart.   <style type="text/css">     table.tableIssues

How to use UNC paths as current directories with cmd

0 Comments

When you enter cd “\\myserver\myshare” in het cmd.exe dialog, you get the error CMD does not support UNC paths as current directories. But what if you want to run a bat file from a networkshare

How to query a Microsoft SQL Server database with Microsoft ADO .NET 3.5

0 Comments

The following C# code will query a log table on a Microsoft SQL Server database by using Microsoft ADO .NET 3.5:         public bool DoesLogTableContainMessage(stringmessage)         {             bool result = false;             using(DataTable dataTable