I have RAD strip and two rad multi page
the tabs are two . 1) grid_tab 2) detail_tab
1) it has a a grid view in which one column I want to make a hyper link or simple text which has onclick event or which can run some C# code when ever clicked (other then button,image button or any bulky object)
2) it will open the details of records passed from the click of the grid view row in grid_tab
there are two issues I am facing
1) in grid_tab how to find a clickable text which run some C# code when ever clicked opens the detail_tab
2) how can I pass the id if I am not displaying the id (PK) of respective in the grid of grid_tab
the tabs are two . 1) grid_tab 2) detail_tab
1) it has a a grid view in which one column I want to make a hyper link or simple text which has onclick event or which can run some C# code when ever clicked (other then button,image button or any bulky object)
2) it will open the details of records passed from the click of the grid view row in grid_tab
there are two issues I am facing
1) in grid_tab how to find a clickable text which run some C# code when ever clicked opens the detail_tab
2) how can I pass the id if I am not displaying the id (PK) of respective in the grid of grid_tab