Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have HTML form like this,

XML
<form action="http://localhost:49251/Service1.svc/AddData" method="post" target="_blank">
<label >FirstName</label>
<input type="text" size="30" name="FirstName" />
<input type="submit" value="Submit" />
</form>


If I click on submit button means WCF service 'AddData' should involke.
Below is my WCF method,

VB
Public Function AddData() As String Implements IService1.AddData
Return ""
End Function



Please anyone help me on this.
Please provide me sample projects along with web.config also.

Thanks.
Posted
Comments
Jameel VM 3-Sep-13 12:17pm    
what is the pblm now?
madhan.atm 3-Sep-13 12:22pm    
I don't know how to implement.Can you send some examples.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900