how to get the selected value from listbox using c# with asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • muthulk2
    New Member
    • Feb 2014
    • 13

    how to get the selected value from listbox using c# with asp.net

    i want get the selected value from the listbox


    this is my code

    Label1.Text = ListBox1.Select edItem.ToString ();
Working...