Upcoming Stories
0
kicks
WYSIWYG Html Editor and XSS Attack Prevention
How to prevent cross site scripting (XSS) attack due to html editors.
0
kicks
CRUD Operations using jQuery Dialog with WYSIWYG HTML Editor, Knockout and ASP.NET Web API
Implementing CRUD operations using jQuery dialog with WYSIWYG HTML Editor, Knockout, EF database first and ASP.NET Web API
0
kicks
Setting the Foreground Window
Occasionally it is necessary for a .NET program to activate a window that belongs to a separate application. The facility to set the foreground window is not available through the .NET base class library but is possible using Platform Invocation Services.
0
kicks
New date and time functions in sql server 2012
SQL Server 2012, code named Denali, has introduced some new DATE and TIME Functions. In this post, we will discuss on how these new functions are used.
0
kicks
Find nth highest salary
"Find nth Highest Salary?" is a very common question being asked in interviews. In this post, I am providing several ways to achieve the same.
0
kicks
Format function in sql server 2012
Finally, Microsoft introduced Format function in SQL Server 2012, code name denali that is very handy to format dates, times and currency in different cultures and custom format
0
kicks
Split function in Sql Server
The purpose of split function (table valued function) is to split a delimited string into multiple strings based on delimiter
0
kicks
Check all checkboxes in gridview using jquery
Selecting all checkboxes by selecting the checkbox in the header of the gridview is a common operation in ASP.NET applications. We could do the same thing but writing less code and giving less effort by using JQuery.
0
kicks
Cumulative sum in sql server 2012
In this article, I am sharing how cumulative total can be calculated very easily in SQL Server 2012. So, please note the below solution will work only in the versions of Sql Server 2012 onwards only.
0
kicks
Generate weekdays in sql server
In this post, I am sharing simple code to generate weekdays using Recursive CTE.
0
kicks
Google Map Instant search
"Google Map Instant Search" with simple jquery and j-son script ,by using Google's API and by using instant search function keyup(function(e))
0
kicks
Import Images to Sql Server using SSIS
In this post, I am demonstrating all the steps to create a package in Sql Server Integeration Services to import Images in Sql Server.
0
kicks
Using variable in "IN" clause
I had seen most of the developers facing the problem while using variable in "IN" clause in Sql Server in their early stage of their career. So, today I decided to post the solution for the same on my blog to help them.
Let's first see the problem that arises with using variable in "IN" clause.
0
kicks
Customize a TFS Work Item to create new Work Item
Customize a TFS Work Item to create new Work Item