Click here to Skip to main content
15,914,943 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi.
i have two page in asp.net4.0.
in each page i have two function.
page1.aspx:
fun1();
fun2();

page2.aspx():
fun3();
fun4();

when i click on an anchor in page1.aspx i wanna to call fun3() of page2.aspx.

how can i solve it?
thanks.
Posted
Comments
Jameel VM 7-May-13 2:34am    
Why don't you try to put all four functions in one script?
sri senthil kumar 8-May-13 9:03am    
Is that pages are used in IFrame?

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