I am having multiple dropdownlists in my aspx page. Reletively I am populating all the dropdownlists one by one. The last dropdown list selected value should be returned to the calling environment when I click on the button. For that I added a script tag in aspx page and written a function which is working as onClick event. Please explain me how to create the event with that value and fire using fireEvent method. If it is not possible through fireEvent method please suggest any other way.
I am having multiple dropdownlists in my aspx page. Reletively I am populating all
Share
What do you mean by “returned to the calling environment”? If you want to show the selected value ,just use
To bind the value