List Box Multiple Selection Problem
- by rupeshmalviya
Hello Friends I am using a list box control in aspx page
i have set multiple selection property to true, but when i try to select more than one item
it does not select multiple items, it selects one only do i have to do something programatically here is my code
on code behind nothing ...i want why it is not selecting more than one item's ..
i am using namespace using System.Web.UI.WebControls; as well but of no avail..