Button with image

Jedhi

Centurion
Joined
Oct 2, 2003
Messages
127
toolbar

How do I in C# ASP, make a toolbar that is always visisble how matter how many aspx pages I have. Do I have to make the same toolbar at all the aspx pages I make ??
 
Last edited:
You could create a .ASCX (Web Control) and place that on every .ASPX page.

If you are using .NET 2.0 you can use the Master Page, and then define content place holders.
 
Back
Top