N
Naresh
Hi,
I am working on windows forms project. I have two winforms (window1 and
window2).
I have a combobox called cmbEmail in window1 and Textbox called txtName in
window2.
I want to retrieve some information into the txtName in window2 when I
selected something from cmbEmail in window1.
If I write code to retrieve something into the txtName (which is in window2)
in cmbEmail SelectedIndexchanged event in window1, I will get an error of
txtName doesn't exist in this page.
Can anybody help me to solve this problem..
Thanks and Regards
Naresh
I am working on windows forms project. I have two winforms (window1 and
window2).
I have a combobox called cmbEmail in window1 and Textbox called txtName in
window2.
I want to retrieve some information into the txtName in window2 when I
selected something from cmbEmail in window1.
If I write code to retrieve something into the txtName (which is in window2)
in cmbEmail SelectedIndexchanged event in window1, I will get an error of
txtName doesn't exist in this page.
Can anybody help me to solve this problem..
Thanks and Regards
Naresh