Hello all,
I m developing a web page in .Net using C# and many pages use the same functions I don't wont to write the same function in every page is there a way to write the function in one page and call it from all other pages as needed.
I am not sure if it is only by macking the function public or is there some other way
I m developing a web page in .Net using C# and many pages use the same functions I don't wont to write the same function in every page is there a way to write the function in one page and call it from all other pages as needed.
I am not sure if it is only by macking the function public or is there some other way
Comment