Hi,
This is my table
CustId(PK) ID Email PhoneNO
1 101 a@gmail.com 22222222
2 201 b@hotmail.com 33333333
3 301 c@yahoo.com 44444444
I want Create wcf service to take tag ID + email/phone number and send back CustId
How can i do this?
Pls give the code for sample for this