D
Devdex Developer
You have to submit ur form under which your drop down element exist.
After submitting you can get it's value like this
to display
Response.Write request("NameOfcontrol")
to assign to some variable
ur variable request("NameOfcontrol")
Or you can even catch it with out submiting through java script.
After submitting you can get it's value like this
to display
Response.Write request("NameOfcontrol")
to assign to some variable
ur variable request("NameOfcontrol")
Or you can even catch it with out submiting through java script.