how can i make selected_index_changed by javascript..? what is the html control to put readonly text in it and display it after I choose an item in a combo or dropdownlist...
how can i make selected_index_changed by javascript..? what is the html control to put readonly text in it and display it after I choose an item in a combo or dropdownlist...
I'm not sure what you mean, but if you want to display the selected item using javascript when the user selects a new item, then you can check out the onchange[^] event and provide a handler for it in javascript.