I have a DataList with nested DataGrids in the item templates.
The datagrids have text boxes where a user will enter a quantity of an item.
I can compute these totals if I have one data grid, and I can reference it. So I have the code to find the control of type txtbox names such-and such and that all works fine when I dont use the nested datagrids.
My question is, how to i iterate through each datagrid in each item template on my page so that I can extract the user input?
thanks for your help in advance!
The datagrids have text boxes where a user will enter a quantity of an item.
I can compute these totals if I have one data grid, and I can reference it. So I have the code to find the control of type txtbox names such-and such and that all works fine when I dont use the nested datagrids.
My question is, how to i iterate through each datagrid in each item template on my page so that I can extract the user input?
thanks for your help in advance!