L
Lucky
Hi guys,
i'm stuck in very odd situation here, the problem is i need to ask one
aspx page to give me data from another aspx page. the flow in like
this:
Page1_load()
{
string value=requstPage2();
processvalue(value);
displayValue();
}
here the Page2 is one aspx page that returns xml data. that i need to
catch in the page1's load event and after processing it i need to
display the value.
honestly i dont know how to do this. how to requset another page from
the page without moving to page2 and get the xml data generated by the
page2 and process it.
can anyone tell me how can i requset page2 without leaving page1?
i would appriciate any help.
thanks,
Lucky
i'm stuck in very odd situation here, the problem is i need to ask one
aspx page to give me data from another aspx page. the flow in like
this:
Page1_load()
{
string value=requstPage2();
processvalue(value);
displayValue();
}
here the Page2 is one aspx page that returns xml data. that i need to
catch in the page1's load event and after processing it i need to
display the value.
honestly i dont know how to do this. how to requset another page from
the page without moving to page2 and get the xml data generated by the
page2 and process it.
can anyone tell me how can i requset page2 without leaving page1?
i would appriciate any help.
thanks,
Lucky