tags:

views:

18

answers:

0

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)

  1. read from csv /xml/or different source for the parts and other info - this is not a problem

  2. invoke the target URL and add all the parts.

  3. 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