Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • How to access Radio Button List in the Javascript

    // ***** First Method *****// var rdolist = document.getElementsByName("rdolist"); if (rdolist[1].checked) txtMessage.value = "First"; if (rdolist[2].checked) txtMessage.value = "Second"; if (rdolist[3].checked) txtMessage.value = "Third"; // ***** Second Method *****// var rdolist_0 = document.getElementById...
    Posted to < Azamat Ali /> (Weblog) by azamat_ali on 10-01-2008, 12:00 AM
    Filed under: asp.net, javascript, radio button list, code
Page 1 of 1 (1 items)