ecpmendoza Posted July 3, 2003 Posted July 3, 2003 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 isn't there. Is there a way to dumplicate a hidden filed functionality in .NET technology. Quote
JABE Posted July 3, 2003 Posted July 3, 2003 But even if the column isn't in the page source, you can still access the hidden column in the code behind. Perhaps you have a special requirement? Quote
Moderators Robby Posted July 3, 2003 Moderators Posted July 3, 2003 The columns are still accesible in the Dataset or Dataview. (as Jabe said, in the code-behind) Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.