Archive for January, 2009

The Blood Brain Barrier

2009-01-08
I wouldn’t be wrong if I say the Brain is the most vital organ in the human body. As we all know brain handles most of critical operations inside our body such as keeping and managing memories, organizing our activities, keep other organs perform, and so much more.
The Brain, as most of us already know, [...]

What is a Permalink

2009-01-07
If you maintain or work around blogs then the word “Permalink” should be familiar to you.
In early stages of the Internet all web addresses or URLs were static or permanent but as the web became more complex where large volumes of content is added daily, it became hard to handle in the usual way.
The involvement [...]

C# ASP.NET - GridView : How to Use Checkbox in Gridview to Select Multiple Rows

2009-01-06
I wanted to select multiple rows of the grid view using check boxes to select each row.
In this post I will discus how and what I did to achieve this goal…
I used a template column which holds a check box to select or de-select a row in the grid view.
Adding a Template Column:
There are several [...]