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
tsuman_inPosted Oct 30, 2003, 8:45 PM
sudha153Posted Oct 30, 2003, 8:56 AM
tsuman_inPosted Oct 29, 2003, 9:47 PM