|
I want to make a page with the name entered in TextBox. After submission, I can find the user information in the database and display it in the DataGrid. I have done all the things I said above. What I want to do is to enter the name again. After submission, the first and second records found in the DataGrid are displayed, and so on ... What should I do? |
|