i want to change the Targer Control ID of textboxwatermark control runtime so how can i do that cause i am unable to get the TargetControlID property in .cs file after creating object of TextboxWatermark
Thanks
Comments: Hi! TextBoxWatermark inherits the TargetControlID property from its ExtenderControlBase base class, which in its turn inherits it from the ExtenderControl class. Thus, you can use this property with your TextBoxWatermark control to set a target control. Best regards, Fadil
Thanks
Comments: Hi! TextBoxWatermark inherits the TargetControlID property from its ExtenderControlBase base class, which in its turn inherits it from the ExtenderControl class. Thus, you can use this property with your TextBoxWatermark control to set a target control. Best regards, Fadil