automicss
2009-06-24 04:25:34 UTC
This is the situation:
In usercontrol1 I got a textbox and a button
In usercontrol2 I got a listview
Now I want to add the text from the texbox in usercontrol1 to the listview in usercontrol2.
Please help me out !
P.S.
I know how to pass values between forms, but this is between user controls.