<asp:repeater id="packg" ....>
....
<itemtemplate>
<asp:datagrid id="grid"....>
<itemtemplate>
<!-- -some table with server controls -->
</itemtemplate>
</asp:datagrid>
</itemtemplate>
...
</asp:repeater>
i want to get the inner most text box values from the datagrid.
here im attaching the trace potion of the output. the submit button is inclued in each datagrid item template.
NB: if i put the command in debug mode it returns correct value as follows:
?request("packg:_ctl0:grid:_ctl2:lstadt")
"Adult"
Pls can any one help me abt this critical situation.