Dec 2, 2010

Get DropDownList Values in Java Script

  function SendDpd()
{
        var myval = document.getElementById('DropDownList1').options[0].text;

           
        alert("Value =" + myval);
        window.open('Default6.aspx');
        //salert("Hi");
  }

No comments:

Post a Comment

What is the use of n-tier architecture and 3-tier architecture?

how to implement 3-tier architecture in asp.net using c#. 3-Tier architecture is also called layered architecture. Some people called it ...