Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
In my Project i've a checkbox list which consist of many websites for submitting our article.

And i've a text area there i've written my article.

Now i want to submit my article(which is in my textbox) to the selected websites (selected sites in the checkbox list) from my submit button.

How can i post my article to the selected websites by using c# code?
Is there any way to post my data to the respected sites?

As i'm, doing Windows application i can't use any javascript.
Is there any other possibility to access ajax javascript function from windows application?
Posted

1 solution

You would need to follow the rules for each website. Go to each site and see what the requirements are for posting.
 
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