How to retrieve a value from hidden fields in a dataGrid?
C#
2
Posts
1
Posters
0
Views
1
Watching
-
If I hide a column with datagrid.Columns(1).visible = False, and the user enters a new record, how can I set a value to the hidden field so that it gets put in the database? Because when I try to access in this fields, I have a error message like if this field does not exist !!!!! Could you help me -=zoltx=-
-
If I hide a column with datagrid.Columns(1).visible = False, and the user enters a new record, how can I set a value to the hidden field so that it gets put in the database? Because when I try to access in this fields, I have a error message like if this field does not exist !!!!! Could you help me -=zoltx=-