English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories
0

how to open one of my pages in my web project from onother page

2006-11-04 01:42:45 · 1 answers · asked by kain_odeh 2 in Computers & Internet Programming & Design

1 answers

Put a hyperlink to it.

if you want to do it with a button, draw a button, double click it in the IDE, and in the event handler code that comes up put:

Response.Redirect("otherPage.aspx")

or...

Server.Transfer("otherPage.aspx")

2006-11-04 02:09:12 · answer #1 · answered by evolver 6 · 0 0

fedest.com, questions and answers