|
Is it that the Site Property of a Component is not available at Runtime. Actually I have developed a custom Control and placed it on a Windows Form. In one of the properties of the Control I have used this.Site.Name = .....
But whn I run the application it gives me a NullReferenceException saying the Site is null.
Can u tell me what can be done abt this.
Regards Vikas |