B
Bijoy Naick
I have 2 datagrids, lets call them src and dest. I run a query and databind
to src. Src contains a column called "name".
I use a templatecolumn to display the name as a LinkButton. I want the user
to be able to click on a name, which will then run another query and display
all the records pertaining to that name in the dest datagrid.
How do I set this up? Can I use a linkButton to do this? Which events should
I trap and how do i get the name of the clicked name?
Bijoy
to src. Src contains a column called "name".
I use a templatecolumn to display the name as a LinkButton. I want the user
to be able to click on a name, which will then run another query and display
all the records pertaining to that name in the dest datagrid.
How do I set this up? Can I use a linkButton to do this? Which events should
I trap and how do i get the name of the clicked name?
Bijoy