ValidationXFSample icon indicating copy to clipboard operation
ValidationXFSample copied to clipboard

Entry value not cleared

Open viveklpu2011 opened this issue 4 years ago • 1 comments

Not able to clear all the entry value, after setting the valdition object to null. Value still showing in entry

viveklpu2011 avatar Jan 10 '21 15:01 viveklpu2011

You can achieve ;

if your variable name is FirstName

then you can set inside your validation command like this;

FirstName.Value=string.Empty;

sattasundar avatar Feb 24 '21 10:02 sattasundar