I\'m developing an ASP.NET application with C# and Ajax.
I have a page that holds user controls loaded dynamically. I need to pass some data (integer values and some
You'll have to re-load those controls on each post-back... Give this a read. It might help.
Dynamic Web Controls, Postbacks, and View State