2
Answers

How do I fetch and display URL post display it on another page

Migold Live

Migold Live

7y
192
1
I want to copy a URL of a post from another web page then save it in database then display the content on page using Datalist. So if the URL contents contents description and image I want it too be displayed on my page. Any practical example either jquery method or code behind method.
Answers (2)
0
Mike Hankey

Mike Hankey

NA 110 0 16y
You might try creating multiple DataView objects and setting source to them.  You'll have to set the Filter accordingly for each!

Hope this helps
Mike