Question : asp.net  click on image go to another .aspx page  - - - vb.net

I have a masterpage that has the contentplaceholders set to dimension my content pages....

on my content .aspx page I want to an imagebutton so when the user clicks it will take them to another .aspx page with an onclick....

Answer : asp.net  click on image go to another .aspx page  - - - vb.net

postbackurl:
 <asp:imagebutton id="CrossPostImageButton"
      imageUrl="Images\CrossPostButton.jpg"
      alternatetext="Post value to another page"
      postbackurl="SomePage.aspx"
      runat="Server">
    </asp:imagebutton>

http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.imagebutton.postbackurl.aspx
Random Solutions  
 
programming4us programming4us