User controls instead of frames

  • Thread starter Thread starter San Diego Guy
  • Start date Start date
S

San Diego Guy

Hi all!
I'm relatively new to ASP.NET.. I'm writing an app that has some controls on
the top that I want to remain there throughout the site.

I started doing this in frames, but then saw a bunch of postings about how
you should use user controls instead of forms.

The problem is I can't find any examples of this.. could someone point me in
the right direction?

Thanks!
Steve
 
I'm relatively new to ASP.NET.. I'm writing an app that has some controls
on
the top that I want to remain there throughout the site.
I started doing this in frames, but then saw a bunch of postings about how
you should use user controls instead of forms.
The problem is I can't find any examples of this.. could someone point me in
the right direction?

Tutorial here:
http://www.asp101.com/lessons/usercontrols.asp

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
 
Back
Top