Hi,
I have 10 dropdownlists that is being populated by a SQL datasource. At the moment when the selection change it fills in the Price of the selected Item into a TextBox based on the DataValueField="ID".
I want to add a OnBlur function for all the Dropdownlists to (When focus leaves, NOT when selection Change) my code behind runs and get the price for that Item.
I don't have a lot of experience with JavaScript and would appreciate any suggestions and samples.
Thanks
Start Free Trial