I have worked on this for a few days but just can't find a good approach.
I have a datagrid with a template item label. I want to be able to click on the label and open a new window that would show some detail regarding the selected record.
I though about using a click event, but that is client side and I need to access some server side controls.
What I think I need is a way to access a server side sub on the click event, then gather the needed control information and include it in a querystring when doing a response.redirect to the new page.
I've sort of gotten lost in thinking about this and would appreciate any suggested approaches that might work.
Thanks
Tom T
I have a datagrid with a template item label. I want to be able to click on the label and open a new window that would show some detail regarding the selected record.
I though about using a click event, but that is client side and I need to access some server side controls.
What I think I need is a way to access a server side sub on the click event, then gather the needed control information and include it in a querystring when doing a response.redirect to the new page.
I've sort of gotten lost in thinking about this and would appreciate any suggested approaches that might work.
Thanks
Tom T