Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i want to access webforms in windows application not accesing a webservice. like my university website declare result on their website i want to create a application by which user can see their result with windows application by using internet connection.
by entering their enrollment number..
anybody know how to do it in c# please tell me..
Posted

1 solution

There isn't a direct way to do it. However, you can use the HttpWebRequest/HttpWebResponse class to read the Html output from the webpage, parse the Html and rig the information you want.
 
Share this answer
 
Comments
Monjurul Habib 30-Jul-11 18:16pm    
nice advice,my 5
se.nishant 31-Jul-11 8:57am    
Thanks I will try to do it..

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