Dear phc,
I have a problem with linking these two.
I created a usercontrol and a form. Inside the form code i declare a -public string itemID- the value of that variable will change when i click a certain button in the usercontrol. Here is the code and this code is inside the usercontrol code:
And this one is inside the form
The problem is that the value showing is still null and does not change at all. Will you help me with this one? Thanks in advance.
I have a problem with linking these two.
I created a usercontrol and a form. Inside the form code i declare a -public string itemID- the value of that variable will change when i click a certain button in the usercontrol. Here is the code and this code is inside the usercontrol code:
And this one is inside the form
The problem is that the value showing is still null and does not change at all. Will you help me with this one? Thanks in advance.