Hello to all members,
I want to call a asp function in combobox coding and want to use the value returned by asp function after the combobox coding.
ASP function (say givename()) is written in another asp file, I included that file.
I want to call the function like this
<select name="combo1" onchange=givena me()>....</select>
And after this coding I want to display the value returned by givename() function.
Is there any way to do this? Please help me out. I am sure to get solution here
I want to call a asp function in combobox coding and want to use the value returned by asp function after the combobox coding.
ASP function (say givename()) is written in another asp file, I included that file.
I want to call the function like this
<select name="combo1" onchange=givena me()>....</select>
And after this coding I want to display the value returned by givename() function.
Is there any way to do this? Please help me out. I am sure to get solution here