Hi,
I'm new to Jquery, I want to retrieve some values on click of save button.
code goes like this.
<script type="text/javascript">
$(document).ready( function() {
$('#btnTesting_Click').click(function () {
event.preventDefault();
var customerData = {
"Id": ,
"Code": " ",
"Name": " ",
"ShortName": " ",
"Type": " ",
"Address1": " ",............
How do i call this when the record gets saved.
I'm using this for WCF services.
Please Help.
Thank you.
*This post is locked for comments
I have the same question (0)