I Igor Nov 9, 2006 #1 How to run list or dropdownlist control on client - SelectedIndexChanged event? (asp.net 2.0)
S seigo Nov 9, 2006 #2 Hello Felix, onpropertychange is Internet Explorer specific event. For cross-browser working you should use onchange: DropDownList1.Attributes.Add("onchange", "[javascript code]"); Alexander Kleshchevnikov www.klalex.com """Felix Piskunov ÐÉÓÁÌ(Á): """ dropdownlist1.attributes.add("onpropertychange","[your_event]"); Igor said: How to run list or dropdownlist control on client - SelectedIndexChanged event? (asp.net 2.0) Click to expand... Click to expand...
Hello Felix, onpropertychange is Internet Explorer specific event. For cross-browser working you should use onchange: DropDownList1.Attributes.Add("onchange", "[javascript code]"); Alexander Kleshchevnikov www.klalex.com """Felix Piskunov ÐÉÓÁÌ(Á): """ dropdownlist1.attributes.add("onpropertychange","[your_event]"); Igor said: How to run list or dropdownlist control on client - SelectedIndexChanged event? (asp.net 2.0) Click to expand... Click to expand...