N
nntp.microsoft.com
I have been struggling with this for too long now, an desperately need help.
I'm an asp.net programmer, but am working on a windows form for this app. I
have 1 form and 2 user controls, Say UC(A) and UC(B). UC(A) has a datagrid,
UC(B) has a ListBox. When I click on the Datagridrow in UC(A) , the
Listbox in UC(B) should Update based upon an ID in the Datagrid, but It
wont. I have Tried using RaiseEvents first, then I tried just making a
Public Method, and then I tried a Public Property. The code in UC(B) is
Fired properly, and the Dataset is retreived from my DataClass, but When I
tell my listbox what the data source is, it wont rebind or redraw or
something. I also tried the declaring a public event in UC(A), and then
Delare UC(A) in UC(B) and setting a method to handle it. But that does not
work It fires the event, but nothing at all happens in UC(B).
What am I missing.
Tom Callahan
I'm an asp.net programmer, but am working on a windows form for this app. I
have 1 form and 2 user controls, Say UC(A) and UC(B). UC(A) has a datagrid,
UC(B) has a ListBox. When I click on the Datagridrow in UC(A) , the
Listbox in UC(B) should Update based upon an ID in the Datagrid, but It
wont. I have Tried using RaiseEvents first, then I tried just making a
Public Method, and then I tried a Public Property. The code in UC(B) is
Fired properly, and the Dataset is retreived from my DataClass, but When I
tell my listbox what the data source is, it wont rebind or redraw or
something. I also tried the declaring a public event in UC(A), and then
Delare UC(A) in UC(B) and setting a method to handle it. But that does not
work It fires the event, but nothing at all happens in UC(B).
What am I missing.
Tom Callahan