Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
dear friends,

friends i m going to develop a mark analysis program....
on that program i need get data from a university site but i dont know how to get the data from that site....
please help me to obtain that....
Posted

1 solution

You can't get the data from another website to your web page directly. If the university want to share data with others, they will expose services (Webservices or wcf services) to others, so you can consume those services and use.

Or

If you want to show other website pages directly in your site, you can go for

  <iframe>
</iframe>


Iframe tutorial
http://www.w3schools.com/tags/tag_iframe.asp[^]


Thanks,
SP
 
Share this answer
 
v2

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