Databinding Problem
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have two grids and a text box on a form. One grid is the parent & other is the child and two grids are related to each other through a DataRelation object. Whereas the text box is bound to one of the columns of the parent. The only thing that we can add in the parent grid is in its only single column through text box. The problem is that when i try to add new row to the parent grid, the text box does not become blank which it should. Moreover any recors which we add to the child grid dont get updated to the data sources. Any suggestions, solutions etc... Regards, Wasif Ehsan.