I have a question. i know i can pass a jsonstring via ajax request to the server as string but can i convert the passed jsonstring to byte[] array on the server side? can you show me codes on how to do it? i tried this one.
System.Text.Encoding.ASCII.GetBytes(inputstring);