asp.net - How connect two projects -
I have a project called "slnAllForKids" in Visual Studio 2005. I have another project that has been named "echkelogin". SlnAllForKids has a page called index.aspx I want to redirect index.aspx from home.aspx to AFKLogin when I click submit button in index.aspx. Can anyone get help redirecting to another slur?
Good ... you are not really redirecting to another SLN, you can redirect to another URL Are redirected, right? When your project is deployed, then both of those pages will have different URLs.
You
Response Using a line such as redirect ("http://www.example.com/home.aspx"), you can redirect to another URL
Comments
Post a Comment