Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: Creating a default web form


Message #1 by "Bob Herrmann" <bob@m...> on Fri, 10 Jan 2003 11:36:45 -0500
hi bob,

there is the concept of inheritance implemented in this .NET framework, i don't know 
whether its applicable to web forms too or not but its there for the VB.NET forms
u may try defining a page with common controls and features and then inherit it
with additional features

one more solution is to define a standard style sheet (.css) file which 
helps u in maintaining consistency throughout the application by setting
various look and feel related things such as background color, button style,
text box style etc. 

hope this will help


regards,
smita



At 10:06 PM 1/10/2003, you wrote:
>Hi,
>
>I am creating a new ASP.Net web application project that will contain many web forms.  All of these web forms will always
consist of a header, left side, and footer user controls.  I know how to create the user controls and I know how to put the user
controls on a web form.  My question is:  Is there a way to make create a template web form with my user controls on it and then
make this the default when I create a new web form?
>
>Thanks,
>Bob
>


  Return to Index