Regex reg = new Regex("[~#%&;*{}\\:<>?/\"|$]+");
if (reg.IsMatch(TxtBox.Text.Trim()))
{
//Error Msg
}
if (reg.IsMatch(TxtBox.Text.Trim()))
{
//Error Msg
}
I faced a weird issue today, Metadata for document which has lookup column was not updating even after saving the item. There was no erro...
No comments:
Post a Comment