Alright, here's the scenario:
I have a form, in that form I have a custom control, known as a podRecord. Basically, what this control does it acts to display data from a database, however, the way I have it looking makes it different from a listview. The functionality I require is this: When a user clicks on any one of these podRecords, there is a set of values that need to be updated on the right hand side of the page. Basically, the functionality i am looking for is this:
on podRecord click
update table on right hand side of page with data relavent to this podRecord.
end function
I can do it all with the exception of determining how to register the focus being granted to the podRecord as a whole.
I really hope it's possible to do this, the question is, how do i do it? Below is an animation that shows what I am trying to do. Any and all help is appreciated.
I have a form, in that form I have a custom control, known as a podRecord. Basically, what this control does it acts to display data from a database, however, the way I have it looking makes it different from a listview. The functionality I require is this: When a user clicks on any one of these podRecords, there is a set of values that need to be updated on the right hand side of the page. Basically, the functionality i am looking for is this:
on podRecord click
update table on right hand side of page with data relavent to this podRecord.
end function
I can do it all with the exception of determining how to register the focus being granted to the podRecord as a whole.
I really hope it's possible to do this, the question is, how do i do it? Below is an animation that shows what I am trying to do. Any and all help is appreciated.