Feeds:
Posts
Comments

Archive for April, 2008

        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 [...]

Read Full Post »

         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!!

Read Full Post »