hi
Following problem. What is the best way to work with popup windows on my windows form application.I'll give an example to clarify my situation. I have a form where you have to give the customerid and it will get the according data from sql and show it to you. But mostly the user doesn't know the customerid by heart. So what i want to do is make another form (popup window) where they can search for customers and select one. When they have selected a customer i want to pass back the according customerid to my original form.
What is the best and right way to do this?
I'm using a popup-window because that way i can use it on other places in my project as well?
Any thoughts are welcome.
thnx.
Following problem. What is the best way to work with popup windows on my windows form application.I'll give an example to clarify my situation. I have a form where you have to give the customerid and it will get the according data from sql and show it to you. But mostly the user doesn't know the customerid by heart. So what i want to do is make another form (popup window) where they can search for customers and select one. When they have selected a customer i want to pass back the according customerid to my original form.
What is the best and right way to do this?
I'm using a popup-window because that way i can use it on other places in my project as well?
Any thoughts are welcome.
thnx.