$10 for the first person to give an correct solution to the following problem. Payment through paypal. I have a DataGrid which is bound to a Datasource. I have put a Label within ItemTemplate. I need to get the data for the Label from another tables based on the PrimaryKey of the row. The SQL query is not needed, I only need to know how to get the primaryKey of the row and access to the Label to modify it. - Lanuage VB - So far I have been told to use OnRowDataBound so I have the following mehtod: I don't bring the whole code here not to cause confusion.