How to find out the instance of the user control like Runtime or Designtime
I have written some code in the UserControl_Load which is getting executed during Design time also as soon as i place it on a container, whicjh is supposed to run only in run time.
How to find out the instace like Runtime or designtime, so that i can make my code in the load to work only in runtime?
Thanks in advance.
Vijay