passing parameter using jQuery Ajax call to asmx service

Posted by user96403 on Stack Overflow See other posts from Stack Overflow or by user96403
Published on 2010-04-20T11:05:27Z Indexed on 2010/04/20 11:13 UTC
Read the original article Hit count: 140

Filed under:

I am trying to pass a string to an asmx service. Actually, the parameter 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.

© Stack Overflow or respective owner

Related posts about jquery-ajax