S
Skowronek
What is the best method to obtain a data value from a parent datagriditem
from a child datagrid - datagrid footer item command event handler?
Here is the layout of my asp.net controls
<datagrid1>
<datagriditem1>
<datagrid2>
<datagridfooter>
<listbox><commandbutton>
</datagridfooter>
</datagrid2>
</datagriditem1>
<datagrid1>
So, the listbox has the child data value ID and the commanditem calls the
insert command. I need to be able to get the parentID from the datagriditem1
in order to associate the child ID with the parentID. I've looked at event
bubbling, but that requires a custom control. How else can I pull the
parentID out of the datagriditem1.
Please email xilord at yahoo dot com if you have a splendid solution.
TIA
from a child datagrid - datagrid footer item command event handler?
Here is the layout of my asp.net controls
<datagrid1>
<datagriditem1>
<datagrid2>
<datagridfooter>
<listbox><commandbutton>
</datagridfooter>
</datagrid2>
</datagriditem1>
<datagrid1>
So, the listbox has the child data value ID and the commanditem calls the
insert command. I need to be able to get the parentID from the datagriditem1
in order to associate the child ID with the parentID. I've looked at event
bubbling, but that requires a custom control. How else can I pull the
parentID out of the datagriditem1.
Please email xilord at yahoo dot com if you have a splendid solution.
TIA