M
Mike
I have an web page (page1.aspx) that has a method in the code behind that I want to call from another page. Is this possible to do?
The method resides in the page1.aspx.cs file, its a public method, is there a way I can call that method from another web page?
Page2.aspx.cs needs to call Public Void GetCars() in Page1.aspx.cs - is this possible?
The method resides in the page1.aspx.cs file, its a public method, is there a way I can call that method from another web page?
Page2.aspx.cs needs to call Public Void GetCars() in Page1.aspx.cs - is this possible?