Is there any way to update child records in a master detail form without using datagrid view control. It is working fine with a datagrid view control but I want to implement it through text boxes.
SHISHIR WAHI Thursday, January 11, 2007 8:10 AM
I think it is absolutly possible.
what you should to do is to add a sql query which contain the use id(for example) to show the user's detail in the textbox.
Gavin Jin - MSFT Tuesday, January 16, 2007 9:33 AM
Do you use two forms to implement the master detail requirement? And More details please. .
Zhi-Xin Ye Tuesday, January 16, 2007 7:32 AM
I think it is absolutly possible.
what you should to do is to add a sql query which contain the use id(for example) to show the user's detail in the textbox.
Gavin Jin - MSFT Tuesday, January 16, 2007 9:33 AM