I have a textbox on my main application where the users can type in a product type.
But zhen they double-click on this text-box, I want a new window to open where they can search for a product type using various options. And then they have to select a product type there and push an ok button. The chosen product type will appear in the text box.
Now this is what I want, but I do not know how to accomplish several of these things in ASP.net.
For example: Is it possible to open up a new window within the code behind file? I've done it before in JavaScript, but now I wnat to do it in my code behind file using VB code.
thanks
But zhen they double-click on this text-box, I want a new window to open where they can search for a product type using various options. And then they have to select a product type there and push an ok button. The chosen product type will appear in the text box.
Now this is what I want, but I do not know how to accomplish several of these things in ASP.net.
For example: Is it possible to open up a new window within the code behind file? I've done it before in JavaScript, but now I wnat to do it in my code behind file using VB code.
thanks