I was wondering, is it possible to link an imagebutton to a website? and how? Im using a web forms in visual web developer. thanks.
You can try this
<asp:ImageButton runat="server" ID="ImageButton1" PostBackUrl="http://www.google.com" />