Title bar not visible in windows task manager

How to bring back the title bar which has become invisible in windows task manager

By Gurudev with 0 comments
Simplest Ajax Code Snippet

The simplest possible code snippet to implement javascript Ajax feature.

By Gurudev with 0 comments
How to Trim a string in Javascript

A javascript function based on regular expressions to trim a string of spaces on either sides.

By Gurudev with 0 comments
CSS float style to arrange images side by side

CSS style sheet snippet to arrange images side by side next to each other in a web page.

By Gurudev with 0 comments
SQL query to find the table name of a column

Query to find the table name of a column in Microsoft SQL Server

By Gurudev with 0 comments
SQL query to list the names of all columns in a table

Query to list all the columns in a database table in Microsoft SQL Server

By Gurudev with 0 comments
SQL query to check if a column exists in a table

Query to determine whether a column with the given name exists in a Mircosoft SQL Server database table or not.

By Gurudev with 0 comments
Setting a style to a Silver Light Element dynamically

Example code snippet to set a style to a silver light element dynamically.

By Gurudev with 0 comments
Silverlight Drawing only using XAML tags without using Javascript or Dotnet Code

Creating silverlight drawings without using Microsoft.Net or javascript, but only XAML tags in a HTML page.

By Gurudev with 0 comments
XamlParseException – The tag ‘Canvas’ does not exist in XML namespace

System.Windows.Markup.XamlParseException: The tag ‘Canvas’ does not exist in XML namespace

By Gurudev with 0 comments