↧
Bind ListView to DataTable
This is a very basic example to show that binding ListView is really easy. For this tutorial i created a new table named Members: Table Members (Structure) In the first example we use SqlDataSource...
View ArticleSQL Rounding Up Issue
often people complain about rounding up decimal values. The first question they ask is why SQL Server truncates the decimals which is silly because it happens in the code-behind. For instance, say that...
View ArticleA Query for MERGE with CASE in UPDATE (T-SQL)
i’ve been asked by lost of people about how to use CASE when you write a MERGE statement which is synchronizing (updating) two tables. So here we go (a very basic example which sync the quantity field...
View Article