I am working on SalesLogix 7.5 C#
.
I have an aspx page which has a text-box as a control which is a mandatory field. When i enter some data and save, it is saved. Now, when i edit that record and make that text-box as blank it gives me an Error Message saying that this is a mandatory field please enter some value.
Now when I enter the same value as it was before editing, it still shows me the text-box as blank.
Example:
- I put "James" in the textbox and save.
- On editing: i made it blank (recieved an error message).
- Again I entered : "James" (Got the same Error Message)