ValidationXFSample
ValidationXFSample copied to clipboard
Entry value not cleared
Not able to clear all the entry value, after setting the valdition object to null. Value still showing in entry
You can achieve ;
if your variable name is FirstName
then you can set inside your validation command like this;
FirstName.Value=string.Empty;