how to get the selected value of dropdown list of asp.net and store in session variable?
Posted
by Parth
on Stack Overflow
See other posts from Stack Overflow
or by Parth
Published on 2010-05-15T01:59:26Z
Indexed on
2010/05/15
2:04 UTC
Read the original article
Hit count: 283
Dim ename As String = DropDownList.SelectedItem.Value
this statement is'nt working any help is appreciated!!
© Stack Overflow or respective owner