Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi I make a C# usercontrol. in the load event of the control I want to do some work only if the control is in run time so i check for the DesignMode property: if(DesignMode) return; but the DesignMode is always false. anyway to solve this ?
load
DesignMode
if(DesignMode) return;