DropDownList onchage event through Javascript
-
I have a dropdownlist server control on my page. Thers a text box on the page to which is disabled. The dropdownlist contains four options - Apple, Orange, Lemons, Grapes. I've programmatically set the the DropDownList in such as way that then Lemons are selected. the text box gets enabled else it gets disabled. Everytime i select Lemons, a post occurs. I order to avoid this im planning on using JavaScript. How do i add JavaScript. I realllly new to JavaScript so if you give me a simple code snippet, it'll give me a head start. What event would i have to write for DropDownList - OnChange?
-
I have a dropdownlist server control on my page. Thers a text box on the page to which is disabled. The dropdownlist contains four options - Apple, Orange, Lemons, Grapes. I've programmatically set the the DropDownList in such as way that then Lemons are selected. the text box gets enabled else it gets disabled. Everytime i select Lemons, a post occurs. I order to avoid this im planning on using JavaScript. How do i add JavaScript. I realllly new to JavaScript so if you give me a simple code snippet, it'll give me a head start. What event would i have to write for DropDownList - OnChange?
this will teach you perfectly http://www.w3schools.com/js/default.asp[^] Regards, Sylvester G Senior Software Engineer Xoriant Solutions