N
needin4mation
Hi, I have a employee and address table. the address table has an
addressid and and employeeid. I have two datagrids, an employee and
address.
The employee datagrid has a select. Clicking the select will product
the detail address grid.
If I hide the employeeid in the address table and set the column with
visible=false and update the row, I get a null in the database and
therefore cannot connect that employee to their address. If I set the
column to visible=true, then I can insert the data as expected.
I have searched, but must be searching on the wrong thing. I also have
tried setting the style class with visibility=hidden. This style hides
the data, but there is still a blank column showing.
What can I do? Thank you.
addressid and and employeeid. I have two datagrids, an employee and
address.
The employee datagrid has a select. Clicking the select will product
the detail address grid.
If I hide the employeeid in the address table and set the column with
visible=false and update the row, I get a null in the database and
therefore cannot connect that employee to their address. If I set the
column to visible=true, then I can insert the data as expected.
I have searched, but must be searching on the wrong thing. I also have
tried setting the style class with visibility=hidden. This style hides
the data, but there is still a blank column showing.
What can I do? Thank you.