Browse by Tags

All Tags » asp.net (RSS)
// ***** 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...
Hello Everybody, I have been blogging long on my domain www.azamatali.com and have been thinking of starting a technical blog. As a regular visitor of asp.net website, I came through the offer by Joe to have a blog @ asp.net. Thanks to Joe for providing...
More Posts