I was trying to use the TextboxWatermarkExtender to highlight the required fields from my form by only setting the ccs property. However the text t is required, and an exception occurs if not specified.. A workaround is to specify WatermarkText=" " instead of WatermarkText=""
Maybe the [RequiredProperty()] for the public string WatermarkText in TextboxWatermarkExtender.cs should be removed, so the text is not required anymore. Or... maybe a this should be the subject for a new extender.
Thank you
Comments: Thank you for your suggestion! We will keep it in mind during our future work.
Maybe the [RequiredProperty()] for the public string WatermarkText in TextboxWatermarkExtender.cs should be removed, so the text is not required anymore. Or... maybe a this should be the subject for a new extender.
Thank you
Comments: Thank you for your suggestion! We will keep it in mind during our future work.