I have a gridview and sqldatasource.
When I bounded gridview to sqldatasource ,I've selected all columns from the sql database. And after this , I've removed my self some columns from the gridview.
Now , I want to get the value from the removed column without adding the column to the gridview.
THanks