I have added a new webform to my solution and called it Series1.
In the click event on the image button I have used the redirect code to find my new webform, but I get the error 401 or cannot display webpage screen.
Please see below my code.
Code for image button
Partial Class _Default
Inherits System.Web.UI.Page
Protected Sub ImageButton1_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles ImageButton1.Click
Response.Redirect("C:\Users\*******\Documents\Visual Studio 2008\Projects\TestBuild\Series1.aspx")
End Sub
End Class
I am not sure how I should be typing the location of the Series1 web page to be honest, weather it is the actual location of the page on my system, or a http location.
Any guidence would be much appreciated.
Thanks
John

New Topic/Question
Reply



MultiQuote




|