Value for Phone Number with '+' sign truncating
Value for Phone Number with '+' sign truncating
Dear Allan,
I am trying to save phone number for example "+9689111111" in sql server database, the insert statement generated by editor automatically truncated "+" sign and insert without "+" sing the remaining value.
I also did
```.Xss(false)
but no luck.
please see the images for quick understanding.
Best Regards
This discussion has been closed.
Answers
I suspect it is failing here. It needs a
&& dataIn.IndexOf('+') == 0
.I can build that in and send you a copy of the dll if you like? Or if you already have the dll being built locally, that is the change to make.
Allan
Hi Allan,
Sorry for the late reply, can you please sent me .dll at [a4aliadnan@gmail.com], as I am not built locally.
Thanks in advance.
I've just sent an e-mail through to you.
Regards,
Allan