Hi there,
I am modifying an existing form that has a text box for country. the value is set to <%session("country"
%> though. I would like to be able to use a dropdown list box where the user can choose the country, but I still need to write the value to a session variable. Is there a way to do this? Thanks.
I am modifying an existing form that has a text box for country. the value is set to <%session("country"