SQL - Link to more table information
        Posted  
        
            by BioXhazard
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by BioXhazard
        
        
        
        Published on 2010-06-18T12:37:49Z
        Indexed on 
            2010/06/18
            12:43 UTC
        
        
        Read the original article
        Hit count: 170
        
I have a datagrid with 3 of 5 fields from a SQL table. The first databound was changed to an asp:hyperlink so the field can be clicked. What I want to do is, when the user clicks an object in the field, it sends the ID to another page. From there, it uses the request in order to display the required information which is found in the same SQL table.
For example:
User clicks on a cell in the first column, it brings them to a page with more information on that cell.
© Stack Overflow or respective owner