|
-
Jan 17th, 2007, 10:41 PM
#1
Thread Starter
Junior Member
link to others page
i use dropdown list (ddpilih) which hv 2 item
iwant use if else statement
ex : if ddpilih.selectedvalue="BL"
go to page(balanse.asp) (code here, i dun know to write it)
else
go to (report.asp)
-
Jan 17th, 2007, 10:52 PM
#2
Re: link to others page
Is this an web app? If so, you use Response.Redirect("report.aspx") to redirect to report page.... If it is a windows app, then just use Process.Start("put the url here"), it will launch the default browser and navigate to that page.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|