Speeple News Search

Search: |

Tags | Domains | Searches | Statistics | Options | Advanced Search

asp.net » Feeds » < Azamat Ali />

Yearly Archives: 2008

Latest news from < Azamat Ali />

  1. To execute Javascript from the Button click and then run the server side code.

    Oct 1, 2008

    An easy ways to do this is to call the __doPostBack() function of the javascript. An example is as follows: However in Visual Studio 2005, the server and the client code can be directly run from the button attributes

    Tagged: c, script, javascript, asp, button, client side, server side, do postback

  2. How to access Radio Button List in the Javascript

    Oct 1, 2008

    // ***** 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)

    Tagged: asp net, code, javascript, radio button list

  3. Response.Write("Hello World")

    Sep 29, 2008

    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 @

    Tagged: asp net, hello world, ali, azamat, www azamatali com, technical blog