S Simon Jan 31, 2005 #1 Hi, How do I to check if the WebControl is in DesignMode or not ? Thanks. Simon.
Y Yunus Emre ALPÖZEN Jan 31, 2005 #2 Check Site attribute. If it is not null you are in design mode. Also if it is not null you can get DesignMode via Site.DesignMode attribute
Check Site attribute. If it is not null you are in design mode. Also if it is not null you can get DesignMode via Site.DesignMode attribute
S Simon Jan 31, 2005 #3 Hi Yunus I have try, but the property Site is always set to null, also when the WebControl is in DesignMode.
Hi Yunus I have try, but the property Site is always set to null, also when the WebControl is in DesignMode.