Link to home
Start Free TrialLog in
Avatar of jampost
jampostFlag for United States of America

asked on

Add Link function to a Button event in asp.net -- Environment is Visual Studio 2012 asp.net/Visual Basic

I think the problem is a matter of defining or declaring in asp.net. I tried putting something in the VB code behind as you can see below.
Amazingly; all I am trying to do is go from Default.aspx to About.aspx using a button. It should not be this difficult.

_________________________________
Public Class _Default
    Inherits System.Web.UI.Page

    Dim Button2_Click As String
   
End Class
_______________________________

The attached Word doc will give you all of the code, error message, and an image. Thank you for any assistance.
Button-code-error.docx
ASKER CERTIFIED SOLUTION
Avatar of jampost
jampost
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jampost

ASKER

Thank you everybody: I had to resolve this one quickly.       Jampost