A Friend in Need is a Friend in Deed.
Become a Member at ITTreats.com !! Share Your invaluable Experience to Fellow Programmers. Signup, Start Blogging and support fellow Techies.

Processing Web Request from c#.net/vb.net

to process  web request from c#.net/vb.net windows application we have  webrequest class. import  system.net,system.io name spaces  for requesting and processing the result here is the example code 1. create a uri with the required url   uri wsn=new uri(\”http://www.ittreats.com\”); 2.next  create a webrequest class and pass the above uri object to it   webrequest .. .. ..

Created By : adrevol