Link to home
Start Free TrialLog in
Avatar of Jimbo99999
Jimbo99999Flag for United States of America

asked on

ASP.Net - UserControls

Good Day Experts!

I am really new to ASP.Net...am a VB.Net programmer by trade.  I am working on our website in my local environment.  I have added a simple page and a LinkButton on another page to display it...no problem works fine.  However, I need to make the Header and Footer look the same as all the other pages.  There are UserControls called Head1 and Footer1 on theses pages.  

Unfortunately, I cannot figure out where I get them to put on the page that I added!
Where do I look in my VS2003 environment to add these 2 UserControls to my page?

Thanks,
jimbo99999
Avatar of Kyle Abrahams, PMP
Kyle Abrahams, PMP
Flag of United States of America image

VS2003?  Time to upgrade man.  

Research master pages and content pages.  This is designed exactly for what you need.  It's also possible that the path might be different.  Can you post the source for the user control on one of the working pages?
ASKER CERTIFIED SOLUTION
Avatar of Guru Ji
Guru Ji
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jimbo99999

ASKER

Thanks for responding...the trouble is where to find the controls from the other page to put on my new page.  I did not write the website and being really new to ASP.Net, I don't know where the controls are to put them on my new page! I just don't find them in the toolbox somewhere?

Thanks,
jimbo99999
I was able to get it working after going over the tutorial link a few more times!

Thanks,
jimbo99999