Does it make a difference when you do a normal form post to the server action instead of an ajax submit? I don’t think it has something to do with the form or the ajax submit, but instead with the encoding in which the server action is handling the data. We use JScript in our ASP code and I don’t think we set any encoding, so it should use the encoding set with IIS.
forgive me, but i am not sure how to differentiate or change a server action. When i choose the post for the server action it doesn’t give me any other options. How can i check and/or change that to see?