Results 1 to 2 of 2

Thread: link to others page

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2007
    Posts
    24

    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)

  2. #2
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    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
  •  



Click Here to Expand Forum to Full Width