Template on Webforms

  • Thread starter Thread starter reidarT
  • Start date Start date
R

reidarT

I would like to have the same look on every webform in a solution.
Is it possible to have a header and footer with some labels and textboxes
and include them on every page?

regards
Reihaa
 
ReidarT said:
Could you please say some more than yes?
Reihaa

Look into using UserControls - files with the .ascx extension.
They can be registered on a web form (aspx page) and offer the easiest way
of re-useable user interface.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top