How to use IF ELSE in an SQL Select query
In MSSQL IF ELSE is not supported inside the SQL-Query. For a similiar behaviour you should use CASE WHEN keyword. Sample Query
All the Code Snippets and Samples you need
In MSSQL IF ELSE is not supported inside the SQL-Query. For a similiar behaviour you should use CASE WHEN keyword. Sample Query
To scroll to the end of a TreeView in C# and VB.NET you can use the following snippet. Sample VB.NET / C#
To scroll to the end of a listview in C# and VB.NET you can use the following snippet. Sample C# / VB.NET
To scroll to the end of a Textbox in C# and VB.NET you can use the following snippet. Sample C# / VB.NET
To scroll to the end of a Textbox in C# and VB.NET you can use the following snippet. Sample C# / VB.NET
This snippet will give you the EndsWith function for Javascript. Sample Javascript
The simple but usefull AddToEnd listbox extension for C# and VB.NET. Sample C# Sample VB.NET