I am adding controls dynamically in my webpage. I add them in onload method. everything is working fine..
But I m a bit confused about how it works.. I have read in so many articles that all controls get their values from viewstate before load event. Then how my dynamically added controls get their values when i am adding them in OnLoad event ie after LoadPostData event.