Hi I am currently developing a webpart in which I read a Querystring variable, however when I try to read it in the CreateChildControls method (because some of the controls are created depending on this variable) it has a null value. If i read it in a postback, it works fine.
Is there a way to create the controls depending on a querystring variable?
Thanks in advance