passing parameter using jQuery Ajax call to asmx service
I am trying to pass a string to an asmx service. Actually, the parameter开发者_Go百科 is a number with leading zeros, but the asmx gets the string with leading zeros removed.
How to avoid the truncation of leading zeros.
TIA.
pre-pend it with something that you the know to remove?
精彩评论