I have a need to programmatically create a weborder (or add to cart) on the target websites where URL is known. for instance at http://in.mouser.com/Cart/Cart.aspx
Flow would be as below (functional need)
read from csv /xml/or different source for the parts and other info - this is not a problem
invoke the target URL and add all the parts.
- open the website (target URL) in a browser isntance and prompt to user...to complete the order formalities
Source application is being built using asp.net with c#.
Any help or directions will be of great help.
Thanks