Hello,
I need help creating a lookup page which has a datagrid view.
My firstpage.aspx has a textbox and button. When the button is clicked, it would open a pop-up page with a datagrid which has 2 columns in it. The user can select a row and the selected row's text should appear in the textbox of firstpage.aspx.
I tried using javascript but unable to retrieve the value of the selected row. So can somebody help. I am using asp.net and C#.
Thanks in advance.
I need help creating a lookup page which has a datagrid view.
My firstpage.aspx has a textbox and button. When the button is clicked, it would open a pop-up page with a datagrid which has 2 columns in it. The user can select a row and the selected row's text should appear in the textbox of firstpage.aspx.
I tried using javascript but unable to retrieve the value of the selected row. So can somebody help. I am using asp.net and C#.
Thanks in advance.
Comment