Jedhi Posted October 23, 2006 Posted October 23, 2006 (edited) 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 ?? Edited October 23, 2006 by Jedhi Quote
Nate Bross Posted October 24, 2006 Posted October 24, 2006 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. Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.