HTML server control
-
Hi All, I had to change the color of a dropdownlist's selected item. So i made it an html control "".That was working fine. But based on this dropdownlist i had to populate another dropdownlist. I want the items of the second ddl to change based on the selection in the first ddl on the change event. Can anyone help me out with this? Thanks in advance. Regards, Jeeva :)
-
Hi All, I had to change the color of a dropdownlist's selected item. So i made it an html control "".That was working fine. But based on this dropdownlist i had to populate another dropdownlist. I want the items of the second ddl to change based on the selection in the first ddl on the change event. Can anyone help me out with this? Thanks in advance. Regards, Jeeva :)
you can write onchange event for select in javascript
Regards, Sylvester G Senior Software Engineer Xoriant Solutions
-
you can write onchange event for select in javascript
Regards, Sylvester G Senior Software Engineer Xoriant Solutions
Thanks for the reply. But, I want to call a server side funtion instead of writing a function in Java script. Plz help me out. Regards, Jeeva