HI all, I've come across a problem and I have no clue on how to resolve this :

I ha ev a datagrid that must display dynamic fields & value :
[Custom field 1] (label) : [Custom Field 1 Value] (textbox)
[Custom field 2] (label) : [Custom Field 2 Value] (textbox)
...
It works, as I am adding these fields in a datagrid within its cells.
Now, when the page has been sent and another event (after new postback) wants to retrieve values in those fields, these controls cannot be find and do not exists anymore... (Viewstate don't recognize them as part of page..)

So, what can I do to allow user to edit custom-made fields ???

Thanks in advance,