how to retrieve data from another website after submit data from my asp.net application ... ???
example : if i provide roll no of a hs student from my asp application .. and i want to fetch the details marks from west bengal bord of higher secondary 's website and want to displaying it in my web application....
Umesh KumarPosted Apr 29, 2014, 10:41 AM
You can do that if the website from which you need data exposes any webservices which will return you the mark details if you submit the rollenumber.
You need to use a webservice for this.
Thanks
Umesh K