G
graham
Hi all,
I have a strange one, and being new to .NET, not sure if this is a bug and
whether there is a work around.
I have a form with databound textboxes..
In me general decs...
Dim bmbLinkMAN As BindingManagerBase
In my form load I have..
bmbLinkMAN = Me.BindingContext(dsLinkMAN_client_trans_1, "client_trans")
And my text boxes have the binding data in them..
e.g. txtpath has he correct databindings..
When I try to add a row - by performing a bmbLinkMAN.AddNew()
I then try to assign a default value to the field by doing
txtpath.Text = path
When I hover over the field AND the txtpath.Text code in debug, it does show
the value. But the textbox at no time shows any contents.
Is there a databing issue here?
If anyone knows of this problem/workaaround/what I;m doing wrong.... I'd
appreciate any help.
Thanks,
Graham
I have a strange one, and being new to .NET, not sure if this is a bug and
whether there is a work around.
I have a form with databound textboxes..
In me general decs...
Dim bmbLinkMAN As BindingManagerBase
In my form load I have..
bmbLinkMAN = Me.BindingContext(dsLinkMAN_client_trans_1, "client_trans")
And my text boxes have the binding data in them..
e.g. txtpath has he correct databindings..
When I try to add a row - by performing a bmbLinkMAN.AddNew()
I then try to assign a default value to the field by doing
txtpath.Text = path
When I hover over the field AND the txtpath.Text code in debug, it does show
the value. But the textbox at no time shows any contents.
Is there a databing issue here?
If anyone knows of this problem/workaaround/what I;m doing wrong.... I'd
appreciate any help.
Thanks,
Graham