Got Next Page

  • Thread starter Thread starter mac
  • Start date Start date
M

mac

Hi! I am Mac


I have a problem with my code with regards to call the next page
I use response.Redirect just to show the next page, I try to call the the
next page on form 2 using button
but I got an error and it says.


Please correct my code on using response.redirect with Namespace.


The resource you are looking for (or one of its dependencies) could have
been removed, had its name changed, or is temporarily unavailable

Here is my code.


1. Webform 1
Namespace GridDemos.DataBinding

Public Class GridDemos

End Class

End NameSpace




2,. Webform2


Public Class GridDemos

Button1__Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles Button1.Click

Response.Redirect("GridDemos.aspx",False)

End Sub

End Class
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top