L
lior
I design an InfoPath form (new blank form).
My form contain 2 text controls: "FirstName" and "LastName" and one Button.
I want that click on this button will enter the controls' value into a
Sharepoint list that contain 5 culomns which 2 of them are "fName" and
"lname" (ofcourse each value will be enter to the specific culomn in list).
How can I do this by code???
How can I use the UpdateListItems web service?
I created Data connection to this web service, but I dont what to put in
"ns2:listName" and in "ns2:updates"
How can I (by code) choose wich culomn in list will be update (in which
value)?
I want to be able both insert new record to list and update exist record!
My form contain 2 text controls: "FirstName" and "LastName" and one Button.
I want that click on this button will enter the controls' value into a
Sharepoint list that contain 5 culomns which 2 of them are "fName" and
"lname" (ofcourse each value will be enter to the specific culomn in list).
How can I do this by code???
How can I use the UpdateListItems web service?
I created Data connection to this web service, but I dont what to put in
"ns2:listName" and in "ns2:updates"
How can I (by code) choose wich culomn in list will be update (in which
value)?
I want to be able both insert new record to list and update exist record!