G
Guest
Hello friends,
I am new to ASP.NET. I have been working in c#.net. I want to modularize the
ASP program. for ex, the header part is always commom at the web pages, and i
do not want to write the same header code for all the files. Instead i want
to put the header code at a commom function/subroutine and on the page's load
event, would want to invoke these functions. Please suggest how to accomplish
this with a small sample program.
Thanks a lot.
I am new to ASP.NET. I have been working in c#.net. I want to modularize the
ASP program. for ex, the header part is always commom at the web pages, and i
do not want to write the same header code for all the files. Instead i want
to put the header code at a commom function/subroutine and on the page's load
event, would want to invoke these functions. Please suggest how to accomplish
this with a small sample program.
Thanks a lot.