Hello i'm having problems sending data through ajax to my asp.net controller. When i try to view the problem in opera inspector i get server 500 error on jquery line 8720. xhr.send( ( s.hasContent && s.data ) || null ); Here are my code samples: Html:Hello i'm having problems sending data through