Hi All,
I have a checkbox control in the gridview with Autopost back = true
Code: ' runat="server" AutoPostBack="True" OnCheckedChanged="chkJobID_CheckedChanged" />
Now, when i check the checkbox the 'OnCheckedChanged' fires and add the jobID to the array, but when i uncheck the checkbox then it doesnt fires................
Can anybody help me out for this..................
Khushi