Hello
I'm totally new on AJAX programming. I'm trying to add new records to a database from a web form placed in asp.net page. When i click on submit button i need to pass 3 parameters to a .js file. Fields are: CustomerKey, FirstName and LastName.
I can add a new record if i pass just the CustomerKey value. I'm passing that using this: onclick="addcus tomer(txt_Custo merkey.value)"
So, what i need is pass more than one parameter. How can i pass FirstName and LastName at the same time as CustomerKey??
Regards
E!
I'm totally new on AJAX programming. I'm trying to add new records to a database from a web form placed in asp.net page. When i click on submit button i need to pass 3 parameters to a .js file. Fields are: CustomerKey, FirstName and LastName.
I can add a new record if i pass just the CustomerKey value. I'm passing that using this: onclick="addcus tomer(txt_Custo merkey.value)"
So, what i need is pass more than one parameter. How can i pass FirstName and LastName at the same time as CustomerKey??
Regards
E!
Comment