for example, i have panel control and i want add to it a child controls:
FileUpload fu = new FileUpload();
Panel1.Controls.Add(fu);
that part of code is almost ok. Child control is displaying but when I reload page it is disappearing.
...
Go to the complete details ...