Today I came to know that we can use CASE with ORDER BY clause. Its a nice functionality which helps you to avoid UNIOUN when you have to display the records in some specific order and still you need to sort them.
As shown below I have created an Employee table with ID (Primary [...]
Archive for April, 2008
Using CASE with ORDER BY in SQL Server
Posted in DotNet 2.0, Sql Server, Techincal on April 4, 2008 | 5 Comments »
ASP.NET Internals: Viewstate and Page Life Cycle
Posted in DotNet 2.0, Techincal on April 1, 2008 | Leave a Comment »
During the free time today, I was looking for some articles on ASP.NET internals. I found an awesome article about page life cycle and viewstate. Author has explained a viewstate in very detail and simple manner. You can read the article here.
Happy Programming!!