Hi
I created custom rich text box control which is using the RadEditor inside that. In that i am using PeterBlum.VAM for validations.
I have placed the newly created custom control in asp.page and made it as required filed. while submitting the form with empty RadEditor the Vam message is incorrect.
I am reading the message from resource file. Below mentioned is the message.
You need to enter between {MINIMUM} and {MAXIMUM} characters; you entered {COUNT}.
Here my problem is count variable is not replacing with 0, it coming as undifined.
Please address this issue asap.