Hi!
I am working on an application on asp.net. I want to call a javascript function on the change event of a combo box.
This is the code I am writing:
I have written a javascript function ChooseCountry. The problem is it does not run the first time I click on the combobox. When I click a button, (which loads the same page again), then it starts to function. What could be the reason.?Code:cmbState.Attributes.Add("onchange", "ChooseCountry();")




Reply With Quote