Datagrid with Hyperlink display more fields in pg
Hi all.
I am pretty new to ASP.NET. I have a simple application with two pages. THe first page (summary) has a datagrid displaying the ID, Title and Status of projects from my SQL Database (table = tblProjects). I have the title column as a hyperlink, and want to have it so that when the user clicks on a project title, the second page (detail.aspx) is displayed with the textboxes filled up with the relevant info, that is ID, Title, Start Date, End Date, Status, Description, etc.
I have both webforms ready, its just the code to auto-populate the textboxes in Detail.aspx with the related info of the on-click event in summary.aspx Please assist a new user.
Thank you.
|