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

