Re: how to set Reference for dynamic control
am 30.10.2007 10:49:32 von nemtsev
Hello System.Xml.XmlDocument,
Chech the hierarchy of PlaceHolder1.Controls, if your control is there
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
S> i am using dynamic wizard control within a placeholder i used the
S> following code and g has null value
S>
S> Wizard g = (Wizard)this.PlaceHolder1.FindControl("WizardControl");
S>
S> can anyone help in this?
S>