Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. redirecting to page when radiobutton is clicked

redirecting to page when radiobutton is clicked

Scheduled Pinned Locked Moved ASP.NET
javascripthelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vidya_rpl
    wrote on last edited by
    #1

    i am using javascript to redirect to a page when radiobutton is clicked function radio(url) { windows.location.href=url; } this is not working can any body help me out with this

    V 1 Reply Last reply
    0
    • V vidya_rpl

      i am using javascript to redirect to a page when radiobutton is clicked function radio(url) { windows.location.href=url; } this is not working can any body help me out with this

      V Offline
      V Offline
      Venk259
      wrote on last edited by
      #2

      If you are using asp.net 1.x or 2.0, It is better you go for Server RadioButton control. Default it is not selected. CheckedChanged is fired if radiobutton is selected or deselected. In server you can use vb.net Response.Redirect(url) c# Response.Redirect(url); for redirecting the page.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups