I have four columns in gridview. EmpId,EmpName,EmpSal,EmpDept.
I want to display the complete information on another page,for this am sending empId to other page through RowCommand.
Now I dont want to display my EmpId Column in GridView but I want to access it .. How to do this...
Thanx and regards....
View Complete Post