vote up 0 vote down star

hai guys,

i have a project named slnAllForKids in visual studio 2005.I hve another project named AFKLogin.There is a page called index.aspx in slnAllForKids.I want to redirect from index.aspx to home.aspx in AFKLogin when i click submit button in index.aspx.Can anybody help to redirect to another sln?

flag

33% accept rate

1 Answer

vote up 1 vote down

Well... you're not really redirecting to another SLN, you're redirecting to another URL, right? When your project is deployed, those two pages will have different URLs.

You can redirect to another URL using a line like

Response.Redirect("http://www.example.com/home.aspx")
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.