how can I do a search on which the user can click on the results
Hi, I have the following problem:
I have a textbox in which someone can write anything.Then he presses a button and the word is searched in the sql server and the results are shown in a datagrid. So far everyting is ok,and I dont' have any problem.
I want to know how I can do the following:
I want the user to be able to select the result he was looking for and when that happens a new simple form to open.
How can I do that?
If you know some other way that this can be done, even without the use of datagrid, please tell.
Thank you