Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi there,
I am new in 3 tier application.
I have two form
1.NewApplicant - for inserting new applicant details
2.ApplicantDetails - for view list of all applicant
I did normal "select" statement and return it in gridView, and insert/delete
on "ApplicantDetials.aspx" page
I show only few details in gridView and insert one link/button say as "View Details"
Now I want after user click on "View Details" link; page should go to "NewApplicant.aspx" page with its row ID and return all the value from database and fill it in textboxes on "NewAppliant.aspx"
I did lots of google and also try some codes but I cant do it.
please tell me how i can do this?
Posted
Comments
Suvendu Shekhar Giri 17-Apr-15 2:35am    
It would be easier to suggest what wrong you are doing if you had shared the code, otherwise it's very difficult to suggest anything to you.
Still, as suggestion, you can make use of various state management variables to keep the id, redirect to the page and retieve the data for the saved id and display it. I know it little seems weired but that is what I have to say unless I see some code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900