Hi,
I have written a component that displays a page using the createchildcontrols function. However I want this to react to postbacks. The LoadPostData function I can get working if I use render but not if I use createchildcontrols. I assume that createchildcontrols is called before LoadPostData. What can I do to get round this? I'm new to ASP.NET so please keep it simple.
Thanks!
Jonathan
I have written a component that displays a page using the createchildcontrols function. However I want this to react to postbacks. The LoadPostData function I can get working if I use render but not if I use createchildcontrols. I assume that createchildcontrols is called before LoadPostData. What can I do to get round this? I'm new to ASP.NET so please keep it simple.
Thanks!
Jonathan