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
vidya_rpl
@vidya_rpl
Posts
-
redirecting to page when radiobutton is clicked -
How to use UsercontrolThanks for the update,but my problem is different.. i have a usercontrol which displays student name school name link to different page i want to write a code which would show this information one below the other like within table, and image in the background,
-
How to use UsercontrolI have to design a usercontrol in asp.net, which will display image in table. how do i place the image in usercontrol? how will i use it in html, and display in browser?