.NET Snippets
Pages
(Move to ...)
Home
▼
Wednesday, April 2, 2014
How to capitalize the first letter in sql ?
›
Recently I got the requirement of capitalizing the first letter of a string in a drop down list which holds some product related informatio...
Thursday, March 20, 2014
CSS3 Features - Borders
›
Please click the below link to view my article on the above topic: CSS3 Features - Borders
Wednesday, March 19, 2014
How to detect IE (Internet Explorer) by using JavaScript ?
›
In this blog, I will demonstrate how to detect the browser IE including latest version IE 11 by using JavaScript. Why do we need to de...
Tuesday, March 11, 2014
How to create and install a windows service in C# ?
›
Please click the below link to read my article about this topic: Create and install a windows service in C#
Sunday, July 29, 2012
Difference between DELETE and TRUNCATE command
›
DELETE and TRUNCATE in SQL: DELETE: Delete is a DML(Data manipulation language) command. DELETE statement only locks a row in table w...
›
Home
View web version