Hi all,
I'm currently building an app where i need somewhat of a lookup control. How this would work is that there is a texbox with a lookup button on a form. The user can either type in a value for the textbox or can choose the lookup button. When the user presses the lookup button a javascript window with a gridview and a list of columns appears. What i'd like to do is allow the lookup window to pass back the selected gridview value to the textbox on the first page and disable the textbox.
Can anyone help me with an example or so of how to go about doing this?
Thanks in advance