Archive for December, 2008
Looking Back at 2008!
2008-12-31
I am not happy about my last year because I did not make much significant achievements on my carrier in the year! At the beginning of the year I had a goal to obtain MCTS certification but I could not achieve that.
However there were some small achievements as well:
What I feel as the best achievement [...]
ASP.NET - AutoPostBack : What is AutoPostBack and How AutoPostBack Works
2008-12-26
Today I was experimenting on a grid view where I was trying to select multiple rows of the grid view using a check box column.
I wrote some code in the CheckedChanged of checkbox but then I found that the code was not executed when the state of the checkbox is changed.
So I did a [...]
How to Save a Copy of a Visual Studio 2005 Solution
2008-12-22
Sometimes things we consider as simple take much time to be accomplished than we expect just because we forget!
Today I wanted to save a copy of a web based visual studio 2005 solution but it took life 10 minutes for me to accomplish that because I had completely forgotten the method to do it. Since [...]

