I have a datagrid which has text values from a DB. How can I click on a row and use the value of a specific column in that row to execute a new procedure or call a new page. I basically want a onclick event, and it must use that columns value to do something else?