|
Learning Newbie is right on. If you have Visual Studio it's as easy as dragging a button on to the form, double clicking on it, and adding the Response.Redirect("<URL>") in the method. There is alot the Visual Studio does for you when you double click on the button with the development tool. It is possible to do without VS but I wouldn't recommend it. Without Visual Studio I would go the Javascript route.
|