Design Mode

  • Thread starter Thread starter Simon
  • Start date Start date
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
 
Hi Yunus
I have try, but the property Site is always set to null, also when the
WebControl is in DesignMode.
 
Back
Top