In windows project I have devided my project in to several projects
with
1 * main project with forms which are common for all my projects (user
forms etc.)
1 * project with my common class libraries
several side projects such as invoicing, reporting etc and all with
their own forms
and in main project I combine the projects and set up menus to call
forms from different projects.
How would this be possible in ASP.NET projects?
With .aspx files being separate from the dll file I don't really know
how to do it. Can it be done?
.
Re: adding a site wide footer to all appx pages ... Use a common base class for all your pages to programmatically add the common footer. ... Build a HttpModule to handle the PostRequestHandlerExecute to programmatically add the common footer to the response stream. ... bottom of every page serverd for a web site.... Problem is that IIS doesn't really look at aspx files as it serves ... (microsoft.public.dotnet.framework.aspnet.webcontrols)
RE: Code Behind Page ... It would be better if you used either a module or a class to put your common...Public Shared Function GetConnection(ByVal connectionString As String) ... > Sometimes I have functions which are common to all aspx files.... (microsoft.public.dotnet.framework.aspnet)
Re: Code Behind Page ... in your web site's bin folder?... > Sometimes I have functions which are common to all aspx files.... > aspx files in a web site.... (microsoft.public.dotnet.framework.aspnet)
Re: Code Behind Page ...Egghead... > Sometimes I have functions which are common to all aspx files.... > aspx files in a web site.... (microsoft.public.dotnet.framework.aspnet)
Re: Unknown startup files ... >>Hi, when i start or restart my system, two programs will ...>>GetIPorHostName.... Are these common... RUNDSLL32.EXE is a program that takes the name of a DLL file and an ... (microsoft.public.win2000.general)