How to Create http request using javascript in c#
Hi Friends,
i wanna create one application in that my requirement is
pass the url dynamically and run on the same page?
for example:
i ve two pages
1)page1
2)page-2
when page1 has some student info and page 2 contains number of students presence availability
when i execute the page1 ... page 2 also execute in that and display result on page 1
how to make a code for that?
thanks
Rocky