G
Guest
I made a web form with a drop down list. The user can make a choice from the
dropdownlist. The result of this must be placed in a session-variable. This
is my code.
private sub cmdOK_click(...)
Session("ID")=dropdownlist1.selectedvalue
Response redirect("main.aspx").
end sub
But the session-variable is ALWAYS 1. Why ?
Bart
dropdownlist. The result of this must be placed in a session-variable. This
is my code.
private sub cmdOK_click(...)
Session("ID")=dropdownlist1.selectedvalue
Response redirect("main.aspx").
end sub
But the session-variable is ALWAYS 1. Why ?
Bart