Clicking on a row in a datagrid!

RSA

Member
Joined
Dec 13, 2004
Messages
8
Programming Experience
Beginner
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?
 
Hi Paszt,

Correct I am designing a webform app. I basically have a datagrid which returns say for example one column with 30 entries. I have the update, delete, cancell commands but I want to use the value in a column when clicking on it to execute something else.

Any ideas would be greatly appreciated.

Thanks.
 
Back
Top