In .aspx page I have ASP.NET
1TextBox(txtFirst) 1 Button (btnSearch)
1 TextboxtxtLast) and a MS SQL DB (Table with the fields First Name, and Last Name)
What I want it is:
- I want to enter some text in first TextBox
-After I clicked btnSearch to jump in other .aspx with a Data Grid
-After I browse what I want, I will choose a Last Name.
-After Selection I want to put the data from the Grid in both TextBoxes
Please! Thanks.