Using two pages
-
I have a page "A" in which ther is a table in which i include another page "B" in . I want to use a function of "B" in "A" . Please help me. </x-turndown>
-
I have a page "A" in which ther is a table in which i include another page "B" in . I want to use a function of "B" in "A" . Please help me. </x-turndown>
Make the functions of B page public and create the object of B in A's code file and use those functions
Regards, Rashida Jabeen http://www.akaas.net[^]
-
Make the functions of B page public and create the object of B in A's code file and use those functions
Regards, Rashida Jabeen http://www.akaas.net[^]
Or a more object oriented and reusable way would be to include the common method in a seperate class, in you App_Code folder if using 2.0, that could be used by both pages.
only two letters away from being an asset