DataGrid Invisible Column

ecpmendoza

New member
Joined
Jun 30, 2003
Messages
4
Location
Philippines
I have a DataGrid on mo Web Application, I want to have a column to be hidden when the page is displayed to the user. In the datagrid properties, if I set the column Visbile = false, the column is not displayed on the page, but when i view source the page the column isnt there. Is there a way to dumplicate a hidden filed functionality in .NET technology.
 
But even if the column isnt in the page source, you can still access the hidden column in the code behind. Perhaps you have a special requirement?
 
Back
Top