This question is related to the below article
http://msdn.microsoft.com/en-us/library/aa479017.aspx
According to the article we need to create an EncryptedLicenseProvider and validate the license using LicenseManager.Validate(typeof(EncryptedLicensedLabel)) method.
What if the person who downloads my control manages to decompile the control and recompile it by skipping this check. Is there a way I can prevent that from happening?