mysql - SQL - Link to more table information -


I have a datagrid with 3 fields out of the SQL table, first converted the database into ASP: hyperlink So that the area can be clicked. What I want to do, when the user clicks on an object in the field, then sends this ID to another page. For example:

For example:

The user clicks on a cell in the first column, then it is found in the same SQL table. It brings them to a more informed page on those cells.

How do I do this?

It seems that whatever you are trying to do is very similar to the sample. You need to set DataNavigateUrlFormatString and DataNavigateUrlFields


Comments