I'm trying to use the Microsoft.Web.UI.WebControls.Toolbar control.
What I want to do is simply to have it go to a new web page when one
of the buttons is clicked. I can't figure out how to handle a click
event in the code behind for this type of functionality.
Can anyone give me a C# example of how to do this? I'd just like to
have a toolbar control with a button. When a button is clicked, the
code behind page handles it and redirects to another page.