Click here to Skip to main content
15,885,936 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello
How can I click on Button to submit the following form.
Using C # code.
Thanks for your help


http://s-a-sh.mihanblog.com/linkdaily/new[^]
Posted
Updated 13-Aug-11 21:14pm
v3

1 solution

You can make a HTTP request in forms code, if you're not using ASP.NET. Your better bet would be to expose a web service on your site and call that.
 
Share this answer
 

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