Value for Phone Number with '+' sign truncating

Value for Phone Number with '+' sign truncating

Ali AdnanAli Adnan Posts: 47Questions: 18Answers: 1

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

Answers

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    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

  • Ali AdnanAli Adnan Posts: 47Questions: 18Answers: 1

    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.

  • allanallan Posts: 61,665Questions: 1Answers: 10,096 Site admin

    I've just sent an e-mail through to you.

    Regards,
    Allan

This discussion has been closed.